IDigitalTwinsEndpointResourceProperties Interface
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.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.DigitalTwins.Models.Api20220531.DigitalTwinsEndpointResourcePropertiesTypeConverter))]
public interface IDigitalTwinsEndpointResourceProperties : Microsoft.Azure.PowerShell.Cmdlets.DigitalTwins.Runtime.IJsonSerializable
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.DigitalTwins.Models.Api20220531.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) |