Dela via


Sku Constructors

Definition

Overloads

Sku()

Initializes a new instance of the Sku class.

Sku(String, Nullable<SkuTier>)

Initializes a new instance of the Sku class.

Sku()

Initializes a new instance of the Sku class.

public Sku ();
Public Sub New ()

Applies to

Sku(String, Nullable<SkuTier>)

Initializes a new instance of the Sku class.

public Sku (string name, Microsoft.Azure.Management.Storage.Models.SkuTier? tier = default);
new Microsoft.Azure.Management.Storage.Models.Sku : string * Nullable<Microsoft.Azure.Management.Storage.Models.SkuTier> -> Microsoft.Azure.Management.Storage.Models.Sku
Public Sub New (name As String, Optional tier As Nullable(Of SkuTier) = Nothing)

Parameters

name
String

Possible values include: 'Standard_LRS', 'Standard_GRS', 'Standard_RAGRS', 'Standard_ZRS', 'Premium_LRS', 'Premium_ZRS', 'Standard_GZRS', 'Standard_RAGZRS'

tier
Nullable<SkuTier>

Possible values include: 'Standard', 'Premium'

Applies to