Partilhar via


ClustersOperationsExtensions.ListSkusByResourceAsync Método

Definição

Retorna os SKUs disponíveis para o recurso fornecido.

public static System.Threading.Tasks.Task<System.Collections.Generic.IEnumerable<Microsoft.Azure.Management.Kusto.Models.AzureResourceSku>> ListSkusByResourceAsync (this Microsoft.Azure.Management.Kusto.IClustersOperations operations, string resourceGroupName, string clusterName, System.Threading.CancellationToken cancellationToken = default);
static member ListSkusByResourceAsync : Microsoft.Azure.Management.Kusto.IClustersOperations * string * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<seq<Microsoft.Azure.Management.Kusto.Models.AzureResourceSku>>
<Extension()>
Public Function ListSkusByResourceAsync (operations As IClustersOperations, resourceGroupName As String, clusterName As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of IEnumerable(Of AzureResourceSku))

Parâmetros

operations
IClustersOperations

O grupo de operações para esse método de extensão.

resourceGroupName
String

O nome do grupo de recursos que contém o cluster Kusto.

clusterName
String

O nome do cluster Kusto.

cancellationToken
CancellationToken

O token de cancelamento.

Retornos

Aplica-se a