SkuDescription 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
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
- locationInfo
- IList<SkuLocationInfoItem>
Locations and zones
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