DigitalTwinsIdentity 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.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.DigitalTwins.Models.DigitalTwinsIdentityTypeConverter))]
public class DigitalTwinsIdentity : Microsoft.Azure.PowerShell.Cmdlets.DigitalTwins.Models.IDigitalTwinsIdentity
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.DigitalTwins.Models.DigitalTwinsIdentityTypeConverter))>]
type DigitalTwinsIdentity = class
interface IDigitalTwinsIdentity
interface IJsonSerializable
Public Class DigitalTwinsIdentity
Implements IDigitalTwinsIdentity
- Inheritance
-
DigitalTwinsIdentity
- Attributes
- Implements
Constructors
| Name | Description |
|---|---|
| DigitalTwinsIdentity() |
Creates an new DigitalTwinsIdentity instance. |
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 |
|---|---|
| DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of DigitalTwinsIdentity. |
| DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of DigitalTwinsIdentity. |
| FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.DigitalTwins.Models.IDigitalTwinsIdentity. |
| FromJsonString(String) |
Creates a new instance of DigitalTwinsIdentity, deserializing the content from a json string. |
| ToJson(JsonObject, SerializationMode) |
Serializes this instance of DigitalTwinsIdentity into a JsonNode. |
| ToJsonString() |
Serializes this instance to a json string. |
| ToString() | |