SkuDescription Constructors

Definition

Overloads

SkuDescription()

Initializes a new instance of the SkuDescription class.

SkuDescription(String, String, String, IList<String>, IList<SkuLocationInfoItem>, IList<Object>)

Initializes a new instance of the SkuDescription class.

SkuDescription()

Initializes a new instance of the SkuDescription class.

public SkuDescription ();
Public Sub New ()

Applies to

SkuDescription(String, String, String, IList<String>, IList<SkuLocationInfoItem>, IList<Object>)

Initializes a new instance of the SkuDescription class.

public SkuDescription (string resourceType = default, string name = default, string tier = default, System.Collections.Generic.IList<string> locations = default, System.Collections.Generic.IList<Microsoft.Azure.Management.Kusto.Models.SkuLocationInfoItem> locationInfo = default, System.Collections.Generic.IList<object> restrictions = default);
new Microsoft.Azure.Management.Kusto.Models.SkuDescription : string * string * string * System.Collections.Generic.IList<string> * System.Collections.Generic.IList<Microsoft.Azure.Management.Kusto.Models.SkuLocationInfoItem> * System.Collections.Generic.IList<obj> -> Microsoft.Azure.Management.Kusto.Models.SkuDescription
Public Sub New (Optional resourceType As String = Nothing, Optional name As String = Nothing, Optional tier As String = Nothing, Optional locations As IList(Of String) = Nothing, Optional locationInfo As IList(Of SkuLocationInfoItem) = Nothing, Optional restrictions As IList(Of Object) = Nothing)

Parameters

resourceType
String

The resource type

name
String

The name of the SKU

tier
String

The tier of the SKU

locations
IList<String>

The set of locations that the SKU is available

locationInfo
IList<SkuLocationInfoItem>

Locations and zones

restrictions
IList<Object>

The restrictions because of which SKU cannot be used

Applies to