你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

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

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

ToJson(JsonObject, SerializationMode) (Inherited from IJsonSerializable)

Applies to