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

Constructor

DigitalTwinsDescription(*, location: str, tags: Dict[str, str] | None = None, identity: _models.DigitalTwinsIdentity | None = None, private_endpoint_connections: List[_models.PrivateEndpointConnection] | None = None, public_network_access: str | _models.PublicNetworkAccess | None = None, **kwargs: Any)

Keyword-Only Parameters

Name Description
location
str

The resource location. Required.

tags

The resource tags.

identity

The managed identity for the DigitalTwinsInstance.

private_endpoint_connections
public_network_access

Public network access for the DigitalTwinsInstance. Known values are: "Enabled" and "Disabled".

Variables

Name Description
id
str

The resource identifier.

name
str

The resource name.

type
str

The resource type.

location
str

The resource location. Required.

tags

The resource tags.

identity

The managed identity for the DigitalTwinsInstance.

created_time

Time when DigitalTwinsInstance was created.

last_updated_time

Time when DigitalTwinsInstance was updated.

provisioning_state

The provisioning state. Known values are: "Provisioning", "Deleting", "Updating", "Succeeded", "Failed", "Canceled", "Deleted", "Warning", "Suspending", "Restoring", and "Moving".

host_name
str

Api endpoint to work with DigitalTwinsInstance.

private_endpoint_connections
public_network_access

Public network access for the DigitalTwinsInstance. Known values are: "Enabled" and "Disabled".