IDigitalTwinsIdentity 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.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) |