IDigitalTwinsEndpointResource 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.DigitalTwinsEndpointResourceTypeConverter))]
public interface IDigitalTwinsEndpointResource : Microsoft.Azure.PowerShell.Cmdlets.DigitalTwins.Models.IExternalResource
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.DigitalTwins.Models.DigitalTwinsEndpointResourceTypeConverter))>]
type IDigitalTwinsEndpointResource = interface
interface IJsonSerializable
interface IExternalResource
Public Interface IDigitalTwinsEndpointResource
Implements IExternalResource
- 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 |
| Id |
The resource identifier. (Inherited from IExternalResource) |
| Name |
Extension resource name. (Inherited from IExternalResource) |
| ProvisioningState |
The provisioning state. |
| SystemDataCreatedAt |
The timestamp of resource creation (UTC). (Inherited from IExternalResource) |
| SystemDataCreatedBy |
The identity that created the resource. (Inherited from IExternalResource) |
| SystemDataCreatedByType |
The type of identity that created the resource. (Inherited from IExternalResource) |
| SystemDataLastModifiedAt |
The timestamp of resource last modification (UTC) (Inherited from IExternalResource) |
| SystemDataLastModifiedBy |
The identity that last modified the resource. (Inherited from IExternalResource) |
| SystemDataLastModifiedByType |
The type of identity that last modified the resource. (Inherited from IExternalResource) |
| Type |
The resource type. (Inherited from IExternalResource) |
Methods
| Name | Description |
|---|---|
| ToJson(JsonObject, SerializationMode) | (Inherited from IJsonSerializable) |