ManagedClusterAddonProfileIdentity Class

Definition

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

public class ManagedClusterAddonProfileIdentity : Microsoft.Azure.Management.ContainerService.Fluent.Models.UserAssignedIdentity
type ManagedClusterAddonProfileIdentity = class
    inherit UserAssignedIdentity
Public Class ManagedClusterAddonProfileIdentity
Inherits UserAssignedIdentity
Inheritance
ManagedClusterAddonProfileIdentity

Constructors

ManagedClusterAddonProfileIdentity()

Initializes a new instance of the ManagedClusterAddonProfileIdentity class.

ManagedClusterAddonProfileIdentity(String, String, String)

Initializes a new instance of the ManagedClusterAddonProfileIdentity class.

Properties

ClientId

Gets or sets the client id of the user assigned identity.

(Inherited from UserAssignedIdentity)
ObjectId

Gets or sets the object id of the user assigned identity.

(Inherited from UserAssignedIdentity)
ResourceId

Gets or sets the resource id of the user assigned identity.

(Inherited from UserAssignedIdentity)

Applies to