IotHubSkuInfo Konstruktoren
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
Überlädt
IotHubSkuInfo() |
Initialisiert eine neue instance der IotHubSkuInfo-Klasse. |
IotHubSkuInfo(String, Nullable<IotHubSkuTier>, Nullable<Int64>) |
Initialisiert eine neue instance der IotHubSkuInfo-Klasse. |
IotHubSkuInfo()
Initialisiert eine neue instance der IotHubSkuInfo-Klasse.
public IotHubSkuInfo ();
Public Sub New ()
Gilt für:
IotHubSkuInfo(String, Nullable<IotHubSkuTier>, Nullable<Int64>)
Initialisiert eine neue instance der IotHubSkuInfo-Klasse.
public IotHubSkuInfo (string name, Microsoft.Azure.Management.IotHub.Models.IotHubSkuTier? tier = default, long? capacity = default);
new Microsoft.Azure.Management.IotHub.Models.IotHubSkuInfo : string * Nullable<Microsoft.Azure.Management.IotHub.Models.IotHubSkuTier> * Nullable<int64> -> Microsoft.Azure.Management.IotHub.Models.IotHubSkuInfo
Public Sub New (name As String, Optional tier As Nullable(Of IotHubSkuTier) = Nothing, Optional capacity As Nullable(Of Long) = Nothing)
Parameter
- name
- String
Der Name der SKU. Mögliche Werte: "F1", "S1", "S2", "S3", "B1", "B2", "B3"
- tier
- Nullable<IotHubSkuTier>
Der Abrechnungstarif für den IoT Hub. Mögliche Werte: "Free", "Standard", "Basic"
Die Anzahl der bereitgestellten IoT Hub Einheiten. Weitere Informationen finden Sie unter https://docs.microsoft.com/azure/azure-subscription-service-limits#iot-hub-limits.
Gilt für:
Azure SDK for .NET