IDigitalTwinsDescription 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.DigitalTwinsDescriptionTypeConverter))]
public interface IDigitalTwinsDescription : Microsoft.Azure.PowerShell.Cmdlets.DigitalTwins.Models.IDigitalTwinsResource
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.DigitalTwins.Models.DigitalTwinsDescriptionTypeConverter))>]
type IDigitalTwinsDescription = interface
interface IJsonSerializable
interface IDigitalTwinsResource
Public Interface IDigitalTwinsDescription
Implements IDigitalTwinsResource
- Derived
- Attributes
- Implements
Properties
| Name | Description |
|---|---|
| CreatedTime |
Time when DigitalTwinsInstance was created. |
| HostName |
Api endpoint to work with DigitalTwinsInstance. |
| Id |
The resource identifier. (Inherited from IDigitalTwinsResource) |
| 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 (Inherited from IDigitalTwinsResource) |
| 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 (Inherited from IDigitalTwinsResource) |
| IdentityType |
The type of Managed Identity used by the DigitalTwinsInstance. Only SystemAssigned is supported. (Inherited from IDigitalTwinsResource) |
| LastUpdatedTime |
Time when DigitalTwinsInstance was updated. |
| Location |
The resource location. (Inherited from IDigitalTwinsResource) |
| Name |
The resource name. (Inherited from IDigitalTwinsResource) |
| PrivateEndpointConnection |
The private endpoint connections. |
| ProvisioningState |
The provisioning state. |
| PublicNetworkAccess |
Public network access for the DigitalTwinsInstance. |
| SystemDataCreatedAt |
The timestamp of resource creation (UTC). (Inherited from IDigitalTwinsResource) |
| SystemDataCreatedBy |
The identity that created the resource. (Inherited from IDigitalTwinsResource) |
| SystemDataCreatedByType |
The type of identity that created the resource. (Inherited from IDigitalTwinsResource) |
| SystemDataLastModifiedAt |
The timestamp of resource last modification (UTC) (Inherited from IDigitalTwinsResource) |
| SystemDataLastModifiedBy |
The identity that last modified the resource. (Inherited from IDigitalTwinsResource) |
| SystemDataLastModifiedByType |
The type of identity that last modified the resource. (Inherited from IDigitalTwinsResource) |
| Tag |
The resource tags. (Inherited from IDigitalTwinsResource) |
| Type |
The resource type. (Inherited from IDigitalTwinsResource) |
Methods
| Name | Description |
|---|---|
| ToJson(JsonObject, SerializationMode) | (Inherited from IJsonSerializable) |