VMwareCloudSimpleManager Class
- java.
lang. Object - com.
azure. resourcemanager. vmwarecloudsimple. VMwareCloudSimpleManager
- com.
public final class VMwareCloudSimpleManager
Entry point to VMwareCloudSimpleManager. Description of the new service.
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
static
VMware |
authenticate(HttpPipeline httpPipeline, AzureProfile profile)
Creates an instance of VMware |
|
static
VMware |
authenticate(TokenCredential credential, AzureProfile profile)
Creates an instance of VMware |
| static Configurable |
configure()
Gets a Configurable instance that can be used to create VMware |
|
Customization |
customizationPolicies()
Gets the resource collection API of Customization |
|
Dedicated |
dedicatedCloudNodes()
Gets the resource collection API of Dedicated |
|
Dedicated |
dedicatedCloudServices()
Gets the resource collection API of Dedicated |
| Operations |
operations()
Gets the resource collection API of Operations. |
|
Private |
privateClouds()
Gets the resource collection API of Private |
|
Resource |
resourcePools()
Gets the resource collection API of Resource |
|
VMware |
serviceClient()
Gets wrapped service client VMware |
|
Skus |
skusAvailabilities()
Gets the resource collection API of Skus |
| Usages |
usages()
Gets the resource collection API of Usages. |
|
Virtual |
virtualMachines()
Gets the resource collection API of Virtual |
|
Virtual |
virtualMachineTemplates()
Gets the resource collection API of Virtual |
|
Virtual |
virtualNetworks()
Gets the resource collection API of Virtual |
Methods inherited from java.lang.Object
Method Details
authenticate
public static VMwareCloudSimpleManager authenticate(HttpPipeline httpPipeline, AzureProfile profile)
Creates an instance of VMwareCloudSimple service API entry point.
Parameters:
Returns:
authenticate
public static VMwareCloudSimpleManager authenticate(TokenCredential credential, AzureProfile profile)
Creates an instance of VMwareCloudSimple service API entry point.
Parameters:
Returns:
configure
public static VMwareCloudSimpleManager.Configurable configure()
Gets a Configurable instance that can be used to create VMwareCloudSimpleManager with optional configuration.
Returns:
customizationPolicies
public CustomizationPolicies customizationPolicies()
Gets the resource collection API of CustomizationPolicies.
Returns:
dedicatedCloudNodes
public DedicatedCloudNodes dedicatedCloudNodes()
Gets the resource collection API of DedicatedCloudNodes. It manages DedicatedCloudNode.
Returns:
dedicatedCloudServices
public DedicatedCloudServices dedicatedCloudServices()
Gets the resource collection API of DedicatedCloudServices. It manages DedicatedCloudService.
Returns:
operations
public Operations operations()
Gets the resource collection API of Operations.
Returns:
privateClouds
public PrivateClouds privateClouds()
Gets the resource collection API of PrivateClouds.
Returns:
resourcePools
public ResourcePools resourcePools()
Gets the resource collection API of ResourcePools.
Returns:
serviceClient
public VMwareCloudSimple serviceClient()
Gets wrapped service client VMwareCloudSimple providing direct access to the underlying auto-generated API implementation, based on Azure REST API.
Returns:
skusAvailabilities
public SkusAvailabilities skusAvailabilities()
Gets the resource collection API of SkusAvailabilities.
Returns:
usages
public Usages usages()
Gets the resource collection API of Usages.
Returns:
virtualMachines
public VirtualMachines virtualMachines()
Gets the resource collection API of VirtualMachines. It manages VirtualMachine.
Returns:
virtualMachineTemplates
public VirtualMachineTemplates virtualMachineTemplates()
Gets the resource collection API of VirtualMachineTemplates.
Returns:
virtualNetworks
public VirtualNetworks virtualNetworks()
Gets the resource collection API of VirtualNetworks.
Returns: