Uses of Class
com.azure.resourcemanager.compute.models.StorageAccountTypes
Packages that use StorageAccountTypes
Package
Description
Package containing the data models for ComputeManagementClient.
-
Uses of StorageAccountTypes in com.azure.resourcemanager.compute.models
Subclasses with type arguments of type StorageAccountTypes in com.azure.resourcemanager.compute.modelsModifier and TypeClassDescriptionfinal classSpecifies the storage account type for the managed disk.Fields in com.azure.resourcemanager.compute.models declared as StorageAccountTypesModifier and TypeFieldDescriptionstatic final StorageAccountTypesStorageAccountTypes.PREMIUM_LRSStatic value Premium_LRS for StorageAccountTypes.static final StorageAccountTypesStorageAccountTypes.PREMIUM_V2_LRSStatic value PremiumV2_LRS for StorageAccountTypes.static final StorageAccountTypesStorageAccountTypes.PREMIUM_ZRSStatic value Premium_ZRS for StorageAccountTypes.static final StorageAccountTypesStorageAccountTypes.STANDARD_LRSStatic value Standard_LRS for StorageAccountTypes.static final StorageAccountTypesStorageAccountTypes.STANDARD_SSD_LRSStatic value StandardSSD_LRS for StorageAccountTypes.static final StorageAccountTypesStorageAccountTypes.STANDARD_SSD_ZRSStatic value StandardSSD_ZRS for StorageAccountTypes.static final StorageAccountTypesStorageAccountTypes.ULTRA_SSD_LRSStatic value UltraSSD_LRS for StorageAccountTypes.Methods in com.azure.resourcemanager.compute.models that return StorageAccountTypesModifier and TypeMethodDescriptionstatic StorageAccountTypesStorageAccountTypes.fromString(String name) Creates or finds a StorageAccountTypes from its string representation.VirtualMachineScaleSet.managedOSDiskStorageAccountType()Gets the storage account type of the OS managed disk.VirtualMachine.osDiskStorageAccountType()Gets the storage account type of the managed disk backing OS disk.ImageDisk.storageAccountType()Get the storageAccountType property: Specifies the storage account type for the managed disk.ManagedDiskParameters.storageAccountType()Get the storageAccountType property: Specifies the storage account type for the managed disk.VirtualMachineDataDisk.storageAccountType()Gets the storage account type of the disk.VirtualMachineDiskOptions.storageAccountType()Gets the disk storage account type.VirtualMachineScaleSetManagedDiskParameters.storageAccountType()Get the storageAccountType property: Specifies the storage account type for the managed disk.Methods in com.azure.resourcemanager.compute.models that return types with arguments of type StorageAccountTypesModifier and TypeMethodDescriptionstatic Collection<StorageAccountTypes> StorageAccountTypes.values()Gets known StorageAccountTypes values.Methods in com.azure.resourcemanager.compute.models with parameters of type StorageAccountTypesModifier and TypeMethodDescriptionVirtualMachine.DefinitionStages.WithManagedCreate.withDataDiskDefaultStorageAccountType(StorageAccountTypes storageAccountType) Specifies the default storage account type for managed data disks.VirtualMachine.Update.withDataDiskDefaultStorageAccountType(StorageAccountTypes storageAccountType) Specifies a storage account type.VirtualMachineScaleSet.DefinitionStages.WithManagedDiskOptionals.withDataDiskDefaultStorageAccountType(StorageAccountTypes storageAccountType) Specifies the default caching type for the managed data disks.VirtualMachineScaleSetVM.Update.withExistingDataDisk(Disk dataDisk, int lun, CachingTypes cachingTypes, StorageAccountTypes storageAccountTypes) Attaches an existing data disk to this VMSS virtual machine.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.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.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.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.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.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.withOSDiskStorageAccountType(StorageAccountTypes accountType) Specifies the storage account type for the managed OS disk.VirtualMachineScaleSet.DefinitionStages.WithManagedDiskOptionals.withOSDiskStorageAccountType(StorageAccountTypes accountType) Specifies the storage account type for managed OS disk.ImageDataDisk.withStorageAccountType(StorageAccountTypes storageAccountType) Set the storageAccountType property: Specifies the storage account type for the managed disk.ImageDisk.withStorageAccountType(StorageAccountTypes storageAccountType) Set the storageAccountType property: Specifies the storage account type for the managed disk.ImageOSDisk.withStorageAccountType(StorageAccountTypes storageAccountType) Set the storageAccountType property: Specifies the storage account type for the managed disk.ManagedDiskParameters.withStorageAccountType(StorageAccountTypes storageAccountType) Set the storageAccountType property: Specifies the storage account type for the managed disk.VirtualMachineScaleSetManagedDiskParameters.withStorageAccountType(StorageAccountTypes storageAccountType) Set the storageAccountType property: Specifies the storage account type for the managed disk.VirtualMachineDiskOptions.withStorageAccountTypes(StorageAccountTypes storageAccountType) Sets the storage account type.