DigitalTwinsDescription Class

Definition

The description of the DigitalTwins service.

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.DigitalTwins.Models.DigitalTwinsDescriptionTypeConverter))]
public class DigitalTwinsDescription : Microsoft.Azure.PowerShell.Cmdlets.DigitalTwins.Models.IDigitalTwinsDescription, Microsoft.Azure.PowerShell.Cmdlets.DigitalTwins.Runtime.IValidates
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.DigitalTwins.Models.DigitalTwinsDescriptionTypeConverter))>]
type DigitalTwinsDescription = class
    interface IDigitalTwinsDescription
    interface IJsonSerializable
    interface IDigitalTwinsResource
    interface IValidates
Public Class DigitalTwinsDescription
Implements IDigitalTwinsDescription, IValidates
Inheritance
DigitalTwinsDescription
Attributes
Implements

Constructors

Name Description
DigitalTwinsDescription()

Creates an new DigitalTwinsDescription instance.

Properties

Name Description
CreatedTime

Time when DigitalTwinsInstance was created.

HostName

Api endpoint to work with DigitalTwinsInstance.

Id

The resource identifier.

IdentityPrincipalId

The object id of the Managed Identity Resource. This will be sent to the RP from ARM via the x-ms-identity-principal-id header in the PUT request if the resource has a systemAssigned(implicit) identity

IdentityTenantId

The tenant id of the Managed Identity Resource. This will be sent to the RP from ARM via the x-ms-client-tenant-id header in the PUT request if the resource has a systemAssigned(implicit) identity

IdentityType

The type of Managed Identity used by the DigitalTwinsInstance. Only SystemAssigned is supported.

LastUpdatedTime

Time when DigitalTwinsInstance was updated.

Location

The resource location.

Name

The resource name.

PrivateEndpointConnection

The private endpoint connections.

ProvisioningState

The provisioning state.

PublicNetworkAccess

Public network access for the DigitalTwinsInstance.

ResourceGroupName

Gets the resource group name

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.

Tag

The resource tags.

Type

The resource type.

Methods

Name Description
DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of DigitalTwinsDescription.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of DigitalTwinsDescription.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.DigitalTwins.Models.IDigitalTwinsDescription.

FromJsonString(String)

Creates a new instance of DigitalTwinsDescription, deserializing the content from a json string.

ToJson(JsonObject, SerializationMode)

Serializes this instance of DigitalTwinsDescription into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()
Validate(IEventListener)

Validates that this object meets the validation criteria.

Applies to