IDigitalTwinsPatchDescription Interface

Definition

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.DigitalTwins.Models.DigitalTwinsPatchDescriptionTypeConverter))]
public interface IDigitalTwinsPatchDescription : Microsoft.Azure.PowerShell.Cmdlets.DigitalTwins.Runtime.IJsonSerializable
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.DigitalTwins.Models.DigitalTwinsPatchDescriptionTypeConverter))>]
type IDigitalTwinsPatchDescription = interface
    interface IJsonSerializable
Public Interface IDigitalTwinsPatchDescription
Implements IJsonSerializable
Derived
Attributes
Implements

Properties

Name Description
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.

PublicNetworkAccess

Public network access for the DigitalTwinsInstance.

Tag

Instance patch properties

Methods

Name Description
ToJson(JsonObject, SerializationMode) (Inherited from IJsonSerializable)

Applies to