DigitalTwinsEndpointResource 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.
DigitalTwinsInstance endpoint resource.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.DigitalTwins.Models.Api20220531.DigitalTwinsEndpointResourceTypeConverter))]
public class DigitalTwinsEndpointResource : Microsoft.Azure.PowerShell.Cmdlets.DigitalTwins.Models.Api20220531.IDigitalTwinsEndpointResource, Microsoft.Azure.PowerShell.Cmdlets.DigitalTwins.Runtime.IValidates
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.DigitalTwins.Models.Api20220531.DigitalTwinsEndpointResourceTypeConverter))>]
type DigitalTwinsEndpointResource = class
interface IDigitalTwinsEndpointResource
interface IJsonSerializable
interface IExternalResource
interface IValidates
Public Class DigitalTwinsEndpointResource
Implements IDigitalTwinsEndpointResource, IValidates
- Inheritance
-
DigitalTwinsEndpointResource
- Attributes
- Implements
Constructors
| Name | Description |
|---|---|
| DigitalTwinsEndpointResource() |
Creates an new DigitalTwinsEndpointResource 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 |
| Id |
The resource identifier. |
| Name |
Extension resource name. |
| Property |
DigitalTwinsInstance endpoint resource properties. |
| ProvisioningState |
The provisioning state. |
| ResourceGroupName |
Gets the resource group name |
| SystemData |
Metadata pertaining to creation and last modification of the resource. |
| SystemDataCreatedAt |
The timestamp of resource creation (UTC). |
| SystemDataCreatedBy |
The identity that created the resource. |
| SystemDataCreatedByType |
The type of identity that created the resource. |
| SystemDataLastModifiedAt |
The timestamp of resource last modification (UTC) |
| SystemDataLastModifiedBy |
The identity that last modified the resource. |
| SystemDataLastModifiedByType |
The type of identity that last modified the resource. |
| Type |
The resource type. |
Methods
| Name | Description |
|---|---|
| DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of DigitalTwinsEndpointResource. |
| DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of DigitalTwinsEndpointResource. |
| FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.DigitalTwins.Models.Api20220531.IDigitalTwinsEndpointResource. |
| FromJsonString(String) |
Creates a new instance of DigitalTwinsEndpointResource, deserializing the content from a json string. |
| ToJson(JsonObject, SerializationMode) |
Serializes this instance of DigitalTwinsEndpointResource into a JsonNode. |
| ToJsonString() |
Serializes this instance to a json string. |
| ToString() | |
| Validate(IEventListener) |
Validates that this object meets the validation criteria. |