DigitalTwinsEndpointResourceProperties Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Properties related to Digital Twins Endpoint Please note DigitalTwinsEndpointResourceProperties is the base class. According to the scenario, a derived class of the base class might need to be assigned here, or this property needs to be casted to one of the possible derived classes. The available derived classes include DigitalTwinsEventGridProperties, DigitalTwinsEventHubProperties and DigitalTwinsServiceBusProperties.
public abstract class DigitalTwinsEndpointResourceProperties
type DigitalTwinsEndpointResourceProperties = class
Public MustInherit Class DigitalTwinsEndpointResourceProperties
- Inheritance
-
DigitalTwinsEndpointResourceProperties
- Derived
Constructors
DigitalTwinsEndpointResourceProperties() |
Initializes a new instance of DigitalTwinsEndpointResourceProperties. |
Properties
AuthenticationType |
Specifies the authentication type being used for connecting to the endpoint. Defaults to 'KeyBased'. If 'KeyBased' is selected, a connection string must be specified (at least the primary connection string). If 'IdentityBased' is select, the endpointUri and entityPath properties must be specified. |
CreatedOn |
Time when the Endpoint was added to DigitalTwinsInstance. |
DeadLetterSecret |
Dead letter storage secret for key-based authentication. Will be obfuscated during read. |
DeadLetterUri |
Dead letter storage URL for identity-based authentication. |
Identity |
Managed identity properties for the endpoint. |
ProvisioningState |
The provisioning state. |
Applies to
Azure SDK for .NET