StorageAccountType Struct

Definition

Specifies the storage account type for the managed disk. Managed OS disk storage account type can only be set when you create the scale set. NOTE: UltraSSD_LRS can only be used with data disks. It cannot be used with OS Disk. Standard_LRS uses Standard HDD. StandardSSD_LRS uses Standard SSD. Premium_LRS uses Premium SSD. UltraSSD_LRS uses Ultra disk. Premium_ZRS uses Premium SSD zone redundant storage. StandardSSD_ZRS uses Standard SSD zone redundant storage. For more information regarding disks supported for Windows Virtual Machines, refer to https://docs.microsoft.com/azure/virtual-machines/windows/disks-types and, for Linux Virtual Machines, refer to https://docs.microsoft.com/azure/virtual-machines/linux/disks-types.

public readonly struct StorageAccountType : IEquatable<Azure.ResourceManager.Compute.Models.StorageAccountType>
type StorageAccountType = struct
Public Structure StorageAccountType
Implements IEquatable(Of StorageAccountType)
Inheritance
StorageAccountType
Implements

Constructors

StorageAccountType(String)

Initializes a new instance of StorageAccountType.

Properties

PremiumLrs

Premium_LRS.

PremiumV2Lrs

PremiumV2_LRS.

PremiumZrs

Premium_ZRS.

StandardLrs

Standard_LRS.

StandardSsdLrs

StandardSSD_LRS.

StandardSsdZrs

StandardSSD_ZRS.

UltraSsdLrs

UltraSSD_LRS.

Methods

Equals(StorageAccountType)

Indicates whether the current object is equal to another object of the same type.

ToString()

Returns the fully qualified type name of this instance.

Operators

Equality(StorageAccountType, StorageAccountType)

Determines if two StorageAccountType values are the same.

Implicit(String to StorageAccountType)

Converts a string to a StorageAccountType.

Inequality(StorageAccountType, StorageAccountType)

Determines if two StorageAccountType values are not the same.

Applies to