VirtualMachine.DefinitionStages.WithManagedCreate |
VirtualMachine.DefinitionStages.WithManagedCreate.withDataDiskDefaultStorageAccountType(StorageAccountTypes storageAccountType) |
Specifies the default storage account 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.
|
ImageDataDisk |
ImageDataDisk.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.
|
ImageOSDisk |
ImageOSDisk.withStorageAccountType(StorageAccountTypes storageAccountType) |
Set the storageAccountType property: Specifies the storage account type for the managed disk.
|
ManagedDiskParameters |
ManagedDiskParameters.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.
|
VirtualMachineDiskOptions |
VirtualMachineDiskOptions.withStorageAccountTypes(StorageAccountTypes storageAccountType) |
Sets the storage account type.
|