DigitalTwinsEndpointResourceProperties Class

Definition

Properties related to Digital Twins Endpoint

public class DigitalTwinsEndpointResourceProperties
type DigitalTwinsEndpointResourceProperties = class
Public Class DigitalTwinsEndpointResourceProperties
Inheritance
DigitalTwinsEndpointResourceProperties
Derived

Constructors

DigitalTwinsEndpointResourceProperties()

Initializes a new instance of the DigitalTwinsEndpointResourceProperties class.

DigitalTwinsEndpointResourceProperties(String, Nullable<DateTime>, String, String, String)

Initializes a new instance of the DigitalTwinsEndpointResourceProperties class.

Properties

AuthenticationType

Gets or sets 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. Possible values include: 'KeyBased', 'IdentityBased'

CreatedTime

Gets time when the Endpoint was added to DigitalTwinsInstance.

DeadLetterSecret

Gets or sets dead letter storage secret for key-based authentication. Will be obfuscated during read.

DeadLetterUri

Gets or sets dead letter storage URL for identity-based authentication.

ProvisioningState

Gets the provisioning state. Possible values include: 'Provisioning', 'Deleting', 'Updating', 'Succeeded', 'Failed', 'Canceled', 'Deleted', 'Warning', 'Suspending', 'Restoring', 'Moving', 'Disabled'

Applies to