ProvisioningServiceDescription.DefinitionStages.WithSku Interface
public static interface ProvisioningServiceDescription.DefinitionStages.WithSku
The stage of the ProvisioningServiceDescription definition allowing to specify sku.
Method Summary
Modifier and Type | Method and Description |
---|---|
abstract
With |
withSku(IotDpsSkuInfo sku)
Specifies the sku property: Sku info for a provisioning Service.. |
Method Details
withSku
public abstract ProvisioningServiceDescription.DefinitionStages.WithCreate withSku(IotDpsSkuInfo sku)
Specifies the sku property: Sku info for a provisioning Service..
Parameters:
sku
- Sku info for a provisioning Service.
Returns:
the next definition stage.
Applies to
Collaborer avec nous sur GitHub
La source de ce contenu se trouve sur GitHub, où vous pouvez également créer et examiner les problèmes et les demandes de tirage. Pour plus d’informations, consultez notre guide du contributeur.
Azure SDK for Java