ComputeManager Class
- java.
lang. Object - com.
azure. resourcemanager. resources. fluentcore. arm. Manager<InnerT> - com.
azure. resourcemanager. compute. ComputeManager
- com.
- com.
public final class ComputeManager
extends Manager<ComputeManagementClient>
Entry point to Azure compute resource management.
Method Summary
Modifier and Type | Method and Description |
---|---|
static
Compute |
authenticate(TokenCredential credential, AzureProfile profile)
Creates an instance of Compute |
static
Compute |
authenticate(HttpPipeline httpPipeline, AzureProfile profile)
Creates an instance of Compute |
Authorization |
authorizationManager()
Gets the authorization manager. |
Availability |
availabilitySets()
Gets the availability set resource management API entry point. |
Compute |
computeSkus()
Gets the compute service SKU management API entry point. |
static Configurable |
configure()
Get a Configurable instance that can be used to create Compute |
Disk |
diskEncryptionSets()
Gets the disk encryption set management entry point. |
Disks |
disks()
Gets the managed disk management API entry point. |
Galleries |
galleries()
Gets the compute service gallery management entry point. |
Gallery |
galleryImageVersions()
Gets the compute service gallery image version management entry point. |
Gallery |
galleryImages()
Gets the compute service gallery image management entry point. |
Network |
networkManager()
Gets the network manager. |
Snapshots |
snapshots()
Gets the managed snapshot management API entry point. |
Storage |
storageManager()
Gets the storage manager. |
Compute |
usages()
Gets the compute resource usage management API entry point. |
Virtual |
virtualMachineCustomImages()
Gets the virtual machine custom image management API entry point. |
Virtual |
virtualMachineExtensionImages()
Gets the virtual machine extension image resource management API entry point. |
Virtual |
virtualMachineImages()
Gets the virtual machine image resource management API entry point. |
Virtual |
virtualMachineScaleSets()
Gets the virtual machine scale set resource management API entry point. |
Virtual |
virtualMachines()
Gets the virtual machine resource management API entry point. |
Methods inherited from Manager
Methods inherited from java.lang.Object
Method Details
authenticate
public static ComputeManager authenticate(TokenCredential credential, AzureProfile profile)
Creates an instance of ComputeManager that exposes Compute resource management API entry points.
Parameters:
Returns:
authenticate
public static ComputeManager authenticate(HttpPipeline httpPipeline, AzureProfile profile)
Creates an instance of ComputeManager that exposes Compute resource management API entry points.
Parameters:
Returns:
authorizationManager
public AuthorizationManager authorizationManager()
Gets the authorization manager.
Returns:
availabilitySets
public AvailabilitySets availabilitySets()
Gets the availability set resource management API entry point.
Returns:
computeSkus
public ComputeSkus computeSkus()
Gets the compute service SKU management API entry point.
Returns:
configure
public static ComputeManager.Configurable configure()
Get a Configurable instance that can be used to create ComputeManager with optional configuration.
Returns:
diskEncryptionSets
public DiskEncryptionSets diskEncryptionSets()
Gets the disk encryption set management entry point.
Returns:
disks
public Disks disks()
Gets the managed disk management API entry point.
Returns:
galleries
public Galleries galleries()
Gets the compute service gallery management entry point.
Returns:
galleryImageVersions
public GalleryImageVersions galleryImageVersions()
Gets the compute service gallery image version management entry point.
Returns:
galleryImages
public GalleryImages galleryImages()
Gets the compute service gallery image management entry point.
Returns:
networkManager
public NetworkManager networkManager()
Gets the network manager.
Returns:
snapshots
public Snapshots snapshots()
Gets the managed snapshot management API entry point.
Returns:
storageManager
public StorageManager storageManager()
Gets the storage manager.
Returns:
usages
public ComputeUsages usages()
Gets the compute resource usage management API entry point.
Returns:
virtualMachineCustomImages
public VirtualMachineCustomImages virtualMachineCustomImages()
Gets the virtual machine custom image management API entry point.
Returns:
virtualMachineExtensionImages
public VirtualMachineExtensionImages virtualMachineExtensionImages()
Gets the virtual machine extension image resource management API entry point.
Returns:
virtualMachineImages
public VirtualMachineImages virtualMachineImages()
Gets the virtual machine image resource management API entry point.
Returns:
virtualMachineScaleSets
public VirtualMachineScaleSets virtualMachineScaleSets()
Gets the virtual machine scale set resource management API entry point.
Returns:
virtualMachines
public VirtualMachines virtualMachines()
Gets the virtual machine resource management API entry point.
Returns:
Applies to
Azure SDK for Java