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
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.DigitalTwins.Models.Api20220531.DigitalTwinsEndpointResourcePropertiesTypeConverter))]
public class DigitalTwinsEndpointResourceProperties : Microsoft.Azure.PowerShell.Cmdlets.DigitalTwins.Models.Api20220531.IDigitalTwinsEndpointResourceProperties
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.DigitalTwins.Models.Api20220531.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.Api20220531.IDigitalTwinsEndpointResourceProperties. Note: the Microsoft.Azure.PowerShell.Cmdlets.DigitalTwins.Models.Api20220531.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() | |