Sdílet prostřednictvím


ManagedClusterAddonProfileIdentity Class

Definition

Information of user assigned identity used by this add-on.

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.Api20230201.ManagedClusterAddonProfileIdentityTypeConverter))]
public class ManagedClusterAddonProfileIdentity : Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.Api20230201.IManagedClusterAddonProfileIdentity, Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.IValidates
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.Api20230201.ManagedClusterAddonProfileIdentityTypeConverter))>]
type ManagedClusterAddonProfileIdentity = class
    interface IManagedClusterAddonProfileIdentity
    interface IJsonSerializable
    interface IUserAssignedIdentity
    interface IValidates
Public Class ManagedClusterAddonProfileIdentity
Implements IManagedClusterAddonProfileIdentity, IValidates
Inheritance
ManagedClusterAddonProfileIdentity
Attributes
Implements

Constructors

ManagedClusterAddonProfileIdentity()

Creates an new ManagedClusterAddonProfileIdentity instance.

Properties

ClientId

The client ID of the user assigned identity.

ObjectId

The object ID of the user assigned identity.

ResourceId

The resource ID of the user assigned identity.

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of ManagedClusterAddonProfileIdentity.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of ManagedClusterAddonProfileIdentity.

FromJson(JsonNode)

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

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of ManagedClusterAddonProfileIdentity into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

Validate(IEventListener)

Validates that this object meets the validation criteria.

Applies to