| 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 |
VirtualMachineScaleSetManagedDiskParameters.storageAccountType()
Get specifies the storage account type for the managed disk.
|
StorageAccountTypes |
VirtualMachineDataDisk.storageAccountType() |
StorageAccountTypes |
ManagedDiskParameters.storageAccountType()
Get specifies the storage account type for the managed disk.
|
StorageAccountTypes |
ImageOSDisk.storageAccountType()
Get specifies the storage account type for the managed disk.
|
StorageAccountTypes |
ImageDataDisk.storageAccountType()
Get specifies the storage account type for the managed disk.
|
| Modifier and Type | Method and Description |
|---|---|
static Collection<StorageAccountTypes> |
StorageAccountTypes.values() |
| Modifier and Type | Method and Description |
|---|---|
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.
|
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 specifies the storage account type for the managed disk.
|
ManagedDiskParameters |
ManagedDiskParameters.withStorageAccountType(StorageAccountTypes storageAccountType)
Set specifies the storage account type for the managed disk.
|
ImageOSDisk |
ImageOSDisk.withStorageAccountType(StorageAccountTypes storageAccountType)
Set specifies the storage account type for the managed disk.
|
ImageDataDisk |
ImageDataDisk.withStorageAccountType(StorageAccountTypes storageAccountType)
Set specifies the storage account type for the managed disk.
|
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/