DigitalTwinsEndpointResourceProperties Class

Properties related to Digital Twins Endpoint.

You probably want to use the sub-classes and not this class directly. Known sub-classes are: EventGrid, EventHub, ServiceBus.

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
DigitalTwinsEndpointResourceProperties

Constructor

DigitalTwinsEndpointResourceProperties(*, tags: Optional[Dict[str, str]] = None, **kwargs)

Variables

endpoint_type
str or EndpointType

Required. The type of Digital Twins endpoint.Constant filled by server. Possible values include: "EventHub", "EventGrid", "ServiceBus".

provisioning_state
str or EndpointProvisioningState

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

created_time
datetime

Time when the Endpoint was added to DigitalTwinsInstance.

tags
dict[str, str]

A set of tags. The resource tags.