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