Поделиться через


ArmKustoModelFactory.KustoSkuDescription Method

Definition

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