다음을 통해 공유


IUserAssignedIdentity Interface

Definition

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

Properties

ClientId

The client id of user assigned identity.

PrincipalId

The principal id of user assigned identity.

Methods

ToJson(JsonObject, SerializationMode) (Inherited from IJsonSerializable)

Applies to