Share via


SkuInformation Constructors

Definition

Overloads

SkuInformation()

Initializes a new instance of the SkuInformation class.

SkuInformation(String, String, String, String, IList<SkuCost>, IList<String>, IList<SkuLocationInfo>, IList<String>, IList<String>)

Initializes a new instance of the SkuInformation class.

SkuInformation()

Initializes a new instance of the SkuInformation class.

public SkuInformation ();
Public Sub New ()

Applies to

SkuInformation(String, String, String, String, IList<SkuCost>, IList<String>, IList<SkuLocationInfo>, IList<String>, IList<String>)

Initializes a new instance of the SkuInformation class.

public SkuInformation (string name = default, string tier = default, string kind = default, string family = default, System.Collections.Generic.IList<Microsoft.Azure.Management.DataBoxEdge.Models.SkuCost> costs = default, System.Collections.Generic.IList<string> locations = default, System.Collections.Generic.IList<Microsoft.Azure.Management.DataBoxEdge.Models.SkuLocationInfo> locationInfo = default, System.Collections.Generic.IList<string> requiredQuotaIds = default, System.Collections.Generic.IList<string> requiredFeatures = default);
new Microsoft.Azure.Management.DataBoxEdge.Models.SkuInformation : string * string * string * string * System.Collections.Generic.IList<Microsoft.Azure.Management.DataBoxEdge.Models.SkuCost> * System.Collections.Generic.IList<string> * System.Collections.Generic.IList<Microsoft.Azure.Management.DataBoxEdge.Models.SkuLocationInfo> * System.Collections.Generic.IList<string> * System.Collections.Generic.IList<string> -> Microsoft.Azure.Management.DataBoxEdge.Models.SkuInformation
Public Sub New (Optional name As String = Nothing, Optional tier As String = Nothing, Optional kind As String = Nothing, Optional family As String = Nothing, Optional costs As IList(Of SkuCost) = Nothing, Optional locations As IList(Of String) = Nothing, Optional locationInfo As IList(Of SkuLocationInfo) = Nothing, Optional requiredQuotaIds As IList(Of String) = Nothing, Optional requiredFeatures As IList(Of String) = Nothing)

Parameters

name
String

The sku name.

tier
String

The sku tier.

kind
String

The sku kind.

family
String

The Sku family.

costs
IList<SkuCost>

The pricing info of the Sku.

locations
IList<String>

The locations where Sku is available.

locationInfo
IList<SkuLocationInfo>

The locations where Sku is available with zones and sites info

requiredQuotaIds
IList<String>

The required quotaIds for the sku to be available.

requiredFeatures
IList<String>

The required features for the sku to be available.

Applies to