| Package | Description |
|---|---|
| com.azure.resourcemanager.compute.models |
Package containing the data models for ComputeManagementClient.
|
| Modifier and Type | Field and Description |
|---|---|
static StorageAccountTypes |
StorageAccountTypes.PREMIUM_LRS
Static value Premium_LRS for StorageAccountTypes.
|
static StorageAccountTypes |
StorageAccountTypes.STANDARD_LRS
Static value Standard_LRS for StorageAccountTypes.
|
static StorageAccountTypes |
StorageAccountTypes.STANDARD_SSD_LRS
Static value StandardSSD_LRS for StorageAccountTypes.
|
static StorageAccountTypes |
StorageAccountTypes.ULTRA_SSD_LRS
Static value UltraSSD_LRS for StorageAccountTypes.
|
| Modifier and Type | Method and Description |
|---|---|
static StorageAccountTypes |
StorageAccountTypes.fromString(String name)
Creates or finds a StorageAccountTypes from its string representation.
|
StorageAccountTypes |
VirtualMachineScaleSet.managedOSDiskStorageAccountType() |
StorageAccountTypes |
VirtualMachine.osDiskStorageAccountType() |
StorageAccountTypes |
ManagedDiskParameters.storageAccountType()
Get the storageAccountType property: Specifies the storage account type for the managed disk.
|
StorageAccountTypes |
ImageDisk.storageAccountType()
Get the storageAccountType property: Specifies the storage account type for the managed disk.
|
StorageAccountTypes |
VirtualMachineDataDisk.storageAccountType() |
StorageAccountTypes |
VirtualMachineScaleSetManagedDiskParameters.storageAccountType()
Get the storageAccountType property: Specifies the storage account type for the managed disk.
|
| Modifier and Type | Method and Description |
|---|---|
VirtualMachine.DefinitionStages.WithManagedCreate |
VirtualMachine.DefinitionStages.WithManagedCreate.withDataDiskDefaultStorageAccountType(StorageAccountTypes storageAccountType)
Specifies the default caching type for managed data disks.
|
VirtualMachine.Update |
VirtualMachine.Update.withDataDiskDefaultStorageAccountType(StorageAccountTypes storageAccountType)
Specifies a storage account type.
|
VirtualMachineScaleSet.DefinitionStages.WithManagedCreate |
VirtualMachineScaleSet.DefinitionStages.WithManagedDiskOptionals.withDataDiskDefaultStorageAccountType(StorageAccountTypes storageAccountType)
Specifies the default caching type for the managed data disks.
|
VirtualMachineScaleSetVM.Update |
VirtualMachineScaleSetVM.Update.withExistingDataDisk(Disk dataDisk,
int lun,
CachingTypes cachingTypes,
StorageAccountTypes storageAccountTypes)
Attaches an existing data disk to this VMSS virtual machine.
|
VirtualMachine.DefinitionStages.WithManagedCreate |
VirtualMachine.DefinitionStages.WithManagedDataDisk.withNewDataDisk(int sizeInGB,
int lun,
CachingTypes cachingType,
StorageAccountTypes storageAccountType)
Specifies that a managed disk needs to be created implicitly with the given settings.
|
VirtualMachine.Update |
VirtualMachine.UpdateStages.WithManagedDataDisk.withNewDataDisk(int sizeInGB,
int lun,
CachingTypes cachingType,
StorageAccountTypes storageAccountType)
Specifies that a managed disk needs to be created implicitly with the given settings.
|
VirtualMachineScaleSet.DefinitionStages.WithManagedCreate |
VirtualMachineScaleSet.DefinitionStages.WithManagedDataDisk.withNewDataDisk(int sizeInGB,
int lun,
CachingTypes cachingType,
StorageAccountTypes storageAccountType)
Specifies that a managed disk needs to be created implicitly with the given settings.
|
VirtualMachineScaleSet.UpdateStages.WithApply |
VirtualMachineScaleSet.UpdateStages.WithManagedDataDisk.withNewDataDisk(int sizeInGB,
int lun,
CachingTypes cachingType,
StorageAccountTypes storageAccountType)
Specifies that a managed disk needs to be created implicitly with the given settings.
|
VirtualMachine.DefinitionStages.WithManagedCreate |
VirtualMachine.DefinitionStages.WithManagedDataDisk.withNewDataDiskFromImage(int imageLun,
int newSizeInGB,
CachingTypes cachingType,
StorageAccountTypes storageAccountType)
Specifies the data disk to be created from the data disk image in the virtual machine image.
|
VirtualMachineScaleSet.DefinitionStages.WithManagedCreate |
VirtualMachineScaleSet.DefinitionStages.WithManagedDataDisk.withNewDataDiskFromImage(int imageLun,
int newSizeInGB,
CachingTypes cachingType,
StorageAccountTypes storageAccountType)
Specifies the data disk to be created from the data disk image in the virtual machine image.
|
VirtualMachine.DefinitionStages.WithManagedCreate |
VirtualMachine.DefinitionStages.WithManagedCreate.withOSDiskStorageAccountType(StorageAccountTypes accountType)
Specifies the storage account type for the managed OS disk.
|
VirtualMachineScaleSet.DefinitionStages.WithManagedCreate |
VirtualMachineScaleSet.DefinitionStages.WithManagedDiskOptionals.withOSDiskStorageAccountType(StorageAccountTypes accountType)
Specifies the storage account type for managed OS disk.
|
ManagedDiskParameters |
ManagedDiskParameters.withStorageAccountType(StorageAccountTypes storageAccountType)
Set the storageAccountType property: Specifies the storage account type for the managed disk.
|
ImageDisk |
ImageDisk.withStorageAccountType(StorageAccountTypes storageAccountType)
Set the storageAccountType property: Specifies the storage account type for the managed disk.
|
VirtualMachineScaleSetManagedDiskParameters |
VirtualMachineScaleSetManagedDiskParameters.withStorageAccountType(StorageAccountTypes storageAccountType)
Set the storageAccountType property: Specifies the storage account type for the managed disk.
|
Copyright © 2020 Microsoft Corporation. All rights reserved.