Share via


IotHubResourceOperationsExtensions.GetValidSkus Methode

Definition

Abrufen der Liste der gültigen SKUs für einen IoT Hub

public static Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.IotHub.Models.IotHubSkuDescription> GetValidSkus (this Microsoft.Azure.Management.IotHub.IIotHubResourceOperations operations, string resourceGroupName, string resourceName);
static member GetValidSkus : Microsoft.Azure.Management.IotHub.IIotHubResourceOperations * string * string -> Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.IotHub.Models.IotHubSkuDescription>
<Extension()>
Public Function GetValidSkus (operations As IIotHubResourceOperations, resourceGroupName As String, resourceName As String) As IPage(Of IotHubSkuDescription)

Parameter

operations
IIotHubResourceOperations

Die Vorgangsgruppe für diese Erweiterungsmethode.

resourceGroupName
String

Der Name der Ressourcengruppe, die den IoT Hub enthält.

resourceName
String

Der Name des IoT-Hubs.

Gibt zurück

Hinweise

Rufen Sie die Liste der gültigen SKUs für einen IoT Hub ab.

Gilt für: