IDigitalTwinsIdentity Interface

Definition

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.DigitalTwins.Models.DigitalTwinsIdentityTypeConverter))]
public interface IDigitalTwinsIdentity : Microsoft.Azure.PowerShell.Cmdlets.DigitalTwins.Runtime.IJsonSerializable
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.DigitalTwins.Models.DigitalTwinsIdentityTypeConverter))>]
type IDigitalTwinsIdentity = interface
    interface IJsonSerializable
Public Interface IDigitalTwinsIdentity
Implements IJsonSerializable
Derived
Attributes
Implements

Properties

Name Description
EndpointName

Name of Endpoint Resource.

Id

Resource identity path

Location

Location of DigitalTwinsInstance.

PrivateEndpointConnectionName

The name of the private endpoint connection.

ResourceGroupName

The name of the resource group that contains the DigitalTwinsInstance.

ResourceId

The name of the private link resource.

ResourceName

The name of the DigitalTwinsInstance.

SubscriptionId

The subscription identifier.

TimeSeriesDatabaseConnectionName

Name of time series database connection.

Methods

Name Description
ToJson(JsonObject, SerializationMode) (Inherited from IJsonSerializable)

Applies to