次の方法で共有


IIotConnectorPatchResource Interface

Definition

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Models.Api20211101.IotConnectorPatchResourceTypeConverter))]
public interface IIotConnectorPatchResource : Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Models.Api20211101.IResourceTags1, Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Models.Api20211101.IServiceManagedIdentity
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Models.Api20211101.IotConnectorPatchResourceTypeConverter))>]
type IIotConnectorPatchResource = interface
    interface IJsonSerializable
    interface IResourceTags1
    interface IServiceManagedIdentity
Public Interface IIotConnectorPatchResource
Implements IResourceTags1, IServiceManagedIdentity
Derived
Attributes
Implements

Properties

IdentityPrincipalId

The service principal ID of the system assigned identity. This property will only be provided for a system assigned identity.

(Inherited from IServiceManagedIdentity)
IdentityTenantId

The tenant ID of the system assigned identity. This property will only be provided for a system assigned identity.

(Inherited from IServiceManagedIdentity)
IdentityType

Type of identity being specified, currently SystemAssigned and None are allowed.

(Inherited from IServiceManagedIdentity)
IdentityUserAssignedIdentity

The set of user assigned identities associated with the resource. The userAssignedIdentities dictionary keys will be ARM resource ids in the form: '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedIdentity/userAssignedIdentities/{identityName}. The dictionary values can be empty objects ({}) in requests.

(Inherited from IServiceManagedIdentity)
Tag

Resource tags.

(Inherited from IResourceTags1)

Methods

ToJson(JsonObject, SerializationMode) (Inherited from IJsonSerializable)

Applies to