Condividi tramite


Sku Constructors

Definition

Overloads

Sku()

Initializes a new instance of the Sku class.

Sku(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(Nullable<SkuTier>)

Initializes a new instance of the Sku class.

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

Parameters

tier
Nullable<SkuTier>

The tier of this particular SKU. Possible values include: 'Standard'

Applies to