Share via


StorageSkuName Struct

Definition

The SKU name. Required for account creation; optional for update. Note that in older versions, SKU name was called accountType.

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

Constructors

StorageSkuName(String)

Initializes a new instance of StorageSkuName.

Properties

PremiumLrs

Premium_LRS.

PremiumZrs

Premium_ZRS.

StandardGrs

Standard_GRS.

StandardGzrs

Standard_GZRS.

StandardLrs

Standard_LRS.

StandardRagrs

Standard_RAGRS.

StandardRagzrs

Standard_RAGZRS.

StandardZrs

Standard_ZRS.

Methods

Equals(StorageSkuName)

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(StorageSkuName, StorageSkuName)

Determines if two StorageSkuName values are the same.

Implicit(String to StorageSkuName)

Converts a string to a StorageSkuName.

Inequality(StorageSkuName, StorageSkuName)

Determines if two StorageSkuName values are not the same.

Applies to