IDigitalTwinsEndpointResourceProperties Interface

Definition

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.DigitalTwins.Models.DigitalTwinsEndpointResourcePropertiesTypeConverter))]
public interface IDigitalTwinsEndpointResourceProperties : Microsoft.Azure.PowerShell.Cmdlets.DigitalTwins.Runtime.IJsonSerializable
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.DigitalTwins.Models.DigitalTwinsEndpointResourcePropertiesTypeConverter))>]
type IDigitalTwinsEndpointResourceProperties = interface
    interface IJsonSerializable
Public Interface IDigitalTwinsEndpointResourceProperties
Implements IJsonSerializable
Derived
Attributes
Implements

Properties

Name Description
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.

CreatedTime

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.

EndpointType

The type of Digital Twins endpoint

ProvisioningState

The provisioning state.

Methods

Name Description
ToJson(JsonObject, SerializationMode) (Inherited from IJsonSerializable)

Applies to