I
InsightNexus

Struct StorageAccountTypes | Azure SDK for Net

Author

Leah Mitchell

Published Feb 16, 2026

Namespace: Azure.ResourceManager.Compute.Models
Assembly: Azure.ResourceManager.Compute.dll
Syntax
public struct StorageAccountTypes : IEquatable<Azure.ResourceManager.Compute.Models.StorageAccountTypes>

Constructors

StorageAccountTypes(String)

Declaration
public StorageAccountTypes (string value);
Parameters

Properties

PremiumLRS

Premium_LRS.

Declaration
public static Azure.ResourceManager.Compute.Models.StorageAccountTypes PremiumLRS { get; }
Property Value

StandardLRS

Standard_LRS.

Declaration
public static Azure.ResourceManager.Compute.Models.StorageAccountTypes StandardLRS { get; }
Property Value

StandardSSDLRS

StandardSSD_LRS.

Declaration
public static Azure.ResourceManager.Compute.Models.StorageAccountTypes StandardSSDLRS { get; }
Property Value

UltraSSDLRS

UltraSSD_LRS.

Declaration
public static Azure.ResourceManager.Compute.Models.StorageAccountTypes UltraSSDLRS { get; }
Property Value

Methods

Equals(StorageAccountTypes)

Declaration
public bool Equals (Azure.ResourceManager.Compute.Models.StorageAccountTypes other);
Parameters
Returns

Equals(Object)

Declaration
[System.ComponentModel.EditorBrowsable]
public override bool Equals (object obj);
Parameters
Returns

GetHashCode()

Declaration
[System.ComponentModel.EditorBrowsable]
public override int GetHashCode ();
Returns

ToString()

Declaration
public override string ToString ();
Returns

Operators

Equality(StorageAccountTypes, StorageAccountTypes)

Declaration
public static bool operator == (Azure.ResourceManager.Compute.Models.StorageAccountTypes left, Azure.ResourceManager.Compute.Models.StorageAccountTypes right);
Parameters
Returns

Implicit(String to StorageAccountTypes)

Declaration
public static implicit operator Azure.ResourceManager.Compute.Models.StorageAccountTypes (string value);
Parameters
Returns

Inequality(StorageAccountTypes, StorageAccountTypes)

Declaration
public static bool operator != (Azure.ResourceManager.Compute.Models.StorageAccountTypes left, Azure.ResourceManager.Compute.Models.StorageAccountTypes right);
Parameters
Returns