SkuLocationInfoItem Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.
Applies to
Samarbeta med oss på GitHub
Källan för det här innehållet finns på GitHub, där du även kan skapa och granska ärenden och pull-begäranden. Se vår deltagarguide för mer information.
Azure SDK for .NET