Compartilhar via


ArmKustoModelFactory.KustoSkuDescription Método

Definição

Inicializa uma nova instância de 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

Parâmetros

resourceType
String

O tipo de recurso.

name
String

O nome da SKU.

tier
String

A camada do SKU.

locations
IEnumerable<AzureLocation>

O conjunto de locais que o SKU está disponível.

locationInfo
IEnumerable<KustoSkuLocationInfoItem>

Locais e zonas.

restrictions
IEnumerable<BinaryData>

As restrições devido à qual o SKU não pode ser usado.

Retornos

Uma nova KustoSkuDescription instância para simulação.

Aplica-se a