public final class ComputeManager extends Manager<ComputeManagementClient>
Modifier and Type | Class and Description |
---|---|
static interface |
ComputeManager.Configurable
The interface allowing configurations to be set.
|
environment, httpPipeline, resourceManager, serviceClient, subscriptionId, withResourceManager
public StorageManager storageManager()
public NetworkManager networkManager()
public AuthorizationManager authorizationManager()
public static ComputeManager.Configurable configure()
public static ComputeManager authenticate(com.azure.core.credential.TokenCredential credential, com.azure.core.management.profile.AzureProfile profile)
credential
- the credential to useprofile
- the profile to usepublic AvailabilitySets availabilitySets()
public VirtualMachines virtualMachines()
public VirtualMachineImages virtualMachineImages()
public VirtualMachineExtensionImages virtualMachineExtensionImages()
public VirtualMachineScaleSets virtualMachineScaleSets()
public ComputeUsages usages()
public VirtualMachineCustomImages virtualMachineCustomImages()
public Disks disks()
public Snapshots snapshots()
public ComputeSkus computeSkus()
public Galleries galleries()
public GalleryImages galleryImages()
public GalleryImageVersions galleryImageVersions()
Copyright © 2020 Microsoft Corporation. All rights reserved.