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_10_31.models._models_py3.DigitalTwinsResource
DigitalTwinsDescription

Constructor

DigitalTwinsDescription(*, location: str, tags: Optional[Dict[str, str]] = 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.

created_time
datetime

Time when DigitalTwinsInstance was created.

last_updated_time
datetime

Time when DigitalTwinsInstance was updated.

provisioning_state
str or ProvisioningState

The provisioning state. Possible values include: "Provisioning", "Deleting", "Succeeded", "Failed", "Canceled", "Deleted", "Warning", "Suspending", "Restoring", "Moving".

host_name
str

Api endpoint to work with DigitalTwinsInstance.