DigitalTwinsEndpointResourceProperties Class

Definition

Properties related to Digital Twins Endpoint

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

Constructors

Name Description
DigitalTwinsEndpointResourceProperties()

Creates an new DigitalTwinsEndpointResourceProperties instance.

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
DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of DigitalTwinsEndpointResourceProperties.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of DigitalTwinsEndpointResourceProperties.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.DigitalTwins.Models.IDigitalTwinsEndpointResourceProperties. Note: the Microsoft.Azure.PowerShell.Cmdlets.DigitalTwins.Models.IDigitalTwinsEndpointResourceProperties interface is polymorphic, and the precise model class that will get deserialized is determined at runtime based on the payload.

FromJsonString(String)

Creates a new instance of DigitalTwinsEndpointResourceProperties, deserializing the content from a json string.

ToJson(JsonObject, SerializationMode)

Serializes this instance of DigitalTwinsEndpointResourceProperties into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()

Applies to