ProvisioningServiceDescription Class
The description of the provisioning service.
Variables are only populated by the server, and will be ignored when sending a request.
All required parameters must be populated in order to send to Azure.
- Inheritance
-
azure.mgmt.iothubprovisioningservices.models._models_py3.ResourceProvisioningServiceDescription
Constructor
ProvisioningServiceDescription(*, location: str, properties: IotDpsPropertiesDescription, sku: IotDpsSkuInfo, tags: Dict[str, str] | None = None, etag: str | None = None, **kwargs)
Keyword-Only Parameters
Name | Description |
---|---|
location
|
Required. The resource location. |
tags
|
A set of tags. The resource tags. |
etag
|
The Etag field is not required. If it is provided in the response body, it must also be provided as a header per the normal ETag convention. |
properties
|
Required. Service specific properties for a provisioning service. |
sku
|
Required. Sku info for a provisioning Service. |
Variables
Name | Description |
---|---|
id
|
The resource identifier. |
name
|
The resource name. |
type
|
The resource type. |
location
|
Required. The resource location. |
tags
|
A set of tags. The resource tags. |
etag
|
The Etag field is not required. If it is provided in the response body, it must also be provided as a header per the normal ETag convention. |
properties
|
Required. Service specific properties for a provisioning service. |
sku
|
Required. Sku info for a provisioning Service. |
system_data
|
Metadata pertaining to creation and last modification of the resource. |
Azure SDK for Python