SkuLocationInfoItem Constructors

Definition

Overloads

SkuLocationInfoItem()

Initializes a new instance of the SkuLocationInfoItem class.

SkuLocationInfoItem(String, IList<String>)

Initializes a new instance of the SkuLocationInfoItem class.

SkuLocationInfoItem()

Initializes a new instance of the SkuLocationInfoItem class.

public SkuLocationInfoItem ();
Public Sub New ()

Applies to

SkuLocationInfoItem(String, IList<String>)

Initializes a new instance of the SkuLocationInfoItem class.

public SkuLocationInfoItem (string location, System.Collections.Generic.IList<string> zones = default);
new Microsoft.Azure.Management.Kusto.Models.SkuLocationInfoItem : string * System.Collections.Generic.IList<string> -> Microsoft.Azure.Management.Kusto.Models.SkuLocationInfoItem
Public Sub New (location As String, Optional zones As IList(Of String) = Nothing)

Parameters

location
String

The available location of the SKU.

zones
IList<String>

The available zone of the SKU.

Applies to