| Modifier and Type | Method and Description |
|---|---|
StorageAccountTypes |
DiskSkuTypes.accountType() |
static StorageAccountTypes |
StorageAccountTypes.fromString(String value)
Parses a serialized value to a StorageAccountTypes instance.
|
StorageAccountTypes |
DiskSku.name()
Get the name value.
|
StorageAccountTypes |
VirtualMachine.osDiskStorageAccountType() |
StorageAccountTypes |
VirtualMachineScaleSetManagedDiskParameters.storageAccountType()
Get the storageAccountType value.
|
StorageAccountTypes |
VirtualMachineDataDisk.storageAccountType() |
StorageAccountTypes |
ImageOSDisk.storageAccountType()
Get the storageAccountType value.
|
StorageAccountTypes |
ImageDataDisk.storageAccountType()
Get the storageAccountType value.
|
static StorageAccountTypes |
StorageAccountTypes.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static StorageAccountTypes[] |
StorageAccountTypes.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static DiskSkuTypes |
DiskSkuTypes.fromStorageAccountType(StorageAccountTypes value)
Parses a value into a disk SKU type and creates a new DiskSkuType instance if not found among the existing ones.
|
VirtualMachineScaleSet.DefinitionStages.WithManagedCreate |
VirtualMachineScaleSet.DefinitionStages.WithManagedDiskOptionals.withDataDiskDefaultStorageAccountType(StorageAccountTypes storageAccountType)
Specifies the default caching type for the managed data disks.
|
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.
|
DiskSku |
DiskSku.withName(StorageAccountTypes name)
Set the name value.
|
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.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.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.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.WithManagedDiskOptionals.withOSDiskStorageAccountType(StorageAccountTypes accountType)
Specifies the storage account type for managed OS disk.
|
VirtualMachine.DefinitionStages.WithManagedCreate |
VirtualMachine.DefinitionStages.WithManagedCreate.withOSDiskStorageAccountType(StorageAccountTypes accountType)
Specifies the storage account type for the managed OS disk.
|
VirtualMachineScaleSetManagedDiskParameters |
VirtualMachineScaleSetManagedDiskParameters.withStorageAccountType(StorageAccountTypes storageAccountType)
Set the storageAccountType value.
|
ImageOSDisk |
ImageOSDisk.withStorageAccountType(StorageAccountTypes storageAccountType)
Set the storageAccountType value.
|
ImageDataDisk |
ImageDataDisk.withStorageAccountType(StorageAccountTypes storageAccountType)
Set the storageAccountType value.
|
| Constructor and Description |
|---|
DiskSkuTypes(StorageAccountTypes value)
Creates a custom value for DiskSkuTypes.
|
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/