你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

ManagedClusterAddonProfileIdentity Class

Definition

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

public class ManagedClusterAddonProfileIdentity : Microsoft.Azure.Management.ContainerService.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