Freigeben über


ClustersOperationsExtensions.ListSkusByResource Methode

Definition

Gibt die für die bereitgestellte Ressource verfügbaren SKUs zurück.

public static System.Collections.Generic.IEnumerable<Microsoft.Azure.Management.Kusto.Models.AzureResourceSku> ListSkusByResource (this Microsoft.Azure.Management.Kusto.IClustersOperations operations, string resourceGroupName, string clusterName);
static member ListSkusByResource : Microsoft.Azure.Management.Kusto.IClustersOperations * string * string -> seq<Microsoft.Azure.Management.Kusto.Models.AzureResourceSku>
<Extension()>
Public Function ListSkusByResource (operations As IClustersOperations, resourceGroupName As String, clusterName As String) As IEnumerable(Of AzureResourceSku)

Parameter

operations
IClustersOperations

Die Vorgangsgruppe für diese Erweiterungsmethode.

resourceGroupName
String

Der Name der Ressourcengruppe, die den Kusto-Cluster enthält.

clusterName
String

Der Name des Kusto-Clusters.

Gibt zurück

Gilt für: