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.Resource
ProvisioningServiceDescription

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
str

Required. The resource location.

tags

A set of tags. The resource tags.

etag
str

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
str

The resource identifier.

name
str

The resource name.

type
str

The resource type.

location
str

Required. The resource location.

tags

A set of tags. The resource tags.

etag
str

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.