Sdílet prostřednictvím


ManagedServiceIdentityUserAssignedIdentitiesValue Class

Definition

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.Api20230201.ManagedServiceIdentityUserAssignedIdentitiesValueTypeConverter))]
public class ManagedServiceIdentityUserAssignedIdentitiesValue : Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.Api20230201.IManagedServiceIdentityUserAssignedIdentitiesValue
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.Api20230201.ManagedServiceIdentityUserAssignedIdentitiesValueTypeConverter))>]
type ManagedServiceIdentityUserAssignedIdentitiesValue = class
    interface IManagedServiceIdentityUserAssignedIdentitiesValue
    interface IJsonSerializable
Public Class ManagedServiceIdentityUserAssignedIdentitiesValue
Implements IManagedServiceIdentityUserAssignedIdentitiesValue
Inheritance
ManagedServiceIdentityUserAssignedIdentitiesValue
Attributes
Implements

Constructors

ManagedServiceIdentityUserAssignedIdentitiesValue()

Creates an new ManagedServiceIdentityUserAssignedIdentitiesValue instance.

Properties

ClientId

The client id of user assigned identity.

PrincipalId

The principal id of user assigned identity.

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of ManagedServiceIdentityUserAssignedIdentitiesValue.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of ManagedServiceIdentityUserAssignedIdentitiesValue.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.Api20230201.IManagedServiceIdentityUserAssignedIdentitiesValue.

FromJsonString(String)

Creates a new instance of ManagedServiceIdentityUserAssignedIdentitiesValue, deserializing the content from a json string.

ToJson(JsonObject, SerializationMode)

Serializes this instance of ManagedServiceIdentityUserAssignedIdentitiesValue into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

Applies to