ArmKustoModelFactory.KustoSkuDescription Method
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.
Initializes a new instance of KustoSkuDescription.
public static Azure.ResourceManager.Kusto.Models.KustoSkuDescription KustoSkuDescription(string resourceType = default, string name = default, string tier = default, System.Collections.Generic.IEnumerable<Azure.Core.AzureLocation> locations = default, System.Collections.Generic.IEnumerable<Azure.ResourceManager.Kusto.Models.KustoSkuLocationInfoItem> locationInfo = default, System.Collections.Generic.IEnumerable<BinaryData> restrictions = default);
static member KustoSkuDescription : string * string * string * seq<Azure.Core.AzureLocation> * seq<Azure.ResourceManager.Kusto.Models.KustoSkuLocationInfoItem> * seq<BinaryData> -> Azure.ResourceManager.Kusto.Models.KustoSkuDescription
Public Shared Function KustoSkuDescription (Optional resourceType As String = Nothing, Optional name As String = Nothing, Optional tier As String = Nothing, Optional locations As IEnumerable(Of AzureLocation) = Nothing, Optional locationInfo As IEnumerable(Of KustoSkuLocationInfoItem) = Nothing, Optional restrictions As IEnumerable(Of BinaryData) = Nothing) As KustoSkuDescription
Parameters
- resourceType
- String
The resource type.
- name
- String
The name of the SKU.
- tier
- String
The tier of the SKU.
- locations
- IEnumerable<AzureLocation>
The set of locations that the SKU is available.
- locationInfo
- IEnumerable<KustoSkuLocationInfoItem>
Locations and zones.
- restrictions
- IEnumerable<BinaryData>
The restrictions because of which SKU cannot be used.
Returns
A new KustoSkuDescription instance for mocking.
Applies to
Совместная работа с нами на GitHub
Источник этого содержимого можно найти на GitHub, где также можно создавать и просматривать проблемы и запросы на вытягивание. Дополнительные сведения см. в нашем руководстве для участников.
Azure SDK for .NET