IotCentralAppData(AzureLocation, IotCentralAppSkuInfo) Konstruktor
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.
Initialisiert eine neue instance von IotCentralAppData.
public IotCentralAppData (Azure.Core.AzureLocation location, Azure.ResourceManager.IotCentral.Models.IotCentralAppSkuInfo sku);
new Azure.ResourceManager.IotCentral.IotCentralAppData : Azure.Core.AzureLocation * Azure.ResourceManager.IotCentral.Models.IotCentralAppSkuInfo -> Azure.ResourceManager.IotCentral.IotCentralAppData
Public Sub New (location As AzureLocation, sku As IotCentralAppSkuInfo)
Parameter
- location
- AzureLocation
Der Speicherort.
Eine gültige instance-SKU.
Ausnahmen
sku
ist NULL.