ProvisioningServiceDescription.DefinitionStages.WithProperties Interface
public static interface ProvisioningServiceDescription.DefinitionStages.WithProperties
The stage of the ProvisioningServiceDescription definition allowing to specify properties.
Method Summary
Modifier and Type | Method and Description |
---|---|
abstract
With |
withProperties(IotDpsPropertiesDescription properties)
Specifies the properties property: Service specific properties for a provisioning service. |
Method Details
withProperties
public abstract ProvisioningServiceDescription.DefinitionStages.WithSku withProperties(IotDpsPropertiesDescription properties)
Specifies the properties property: Service specific properties for a provisioning service.
Parameters:
properties
- Service specific properties 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