DigitalTwinsDescription Class

The description of the DigitalTwins 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.digitaltwins.v2020_03_01_preview.models._models_py3.DigitalTwinsResource
DigitalTwinsDescription

Constructor

DigitalTwinsDescription(*, location: str, tags: Optional[Dict[str, str]] = None, sku: Optional[azure.mgmt.digitaltwins.v2020_03_01_preview.models._models_py3.DigitalTwinsSkuInfo] = None, **kwargs)

Variables

id
str

The resource identifier.

name
str

The resource name.

type
str

The resource type.

location
str

Required. The resource location.

tags
dict[str, str]

A set of tags. The resource tags.

sku
DigitalTwinsSkuInfo

This property is reserved for future use, and will be ignored/omitted.

created_time
datetime

Time when DigitalTwinsInstance was created.

last_updated_time
datetime

Time when DigitalTwinsInstance was created.

provisioning_state
str or ProvisioningState

The provisioning state. Possible values include: "Provisioning", "Deleting", "Succeeded", "Failed", "Canceled".

host_name
str

Api endpoint to work with DigitalTwinsInstance.