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

ManagedClusterPodIdentity Class

Definition

Details about the pod identity assigned to the Managed Cluster.

public class ManagedClusterPodIdentity
type ManagedClusterPodIdentity = class
Public Class ManagedClusterPodIdentity
Inheritance
ManagedClusterPodIdentity

Constructors

ManagedClusterPodIdentity()

Initializes a new instance of the ManagedClusterPodIdentity class.

ManagedClusterPodIdentity(String, String, UserAssignedIdentity, String, String, ManagedClusterPodIdentityProvisioningInfo)

Initializes a new instance of the ManagedClusterPodIdentity class.

Properties

BindingSelector

Gets or sets the binding selector to use for the AzureIdentityBinding resource.

Identity

Gets or sets the user assigned identity details.

Name

Gets or sets the name of the pod identity.

NamespaceProperty

Gets or sets the namespace of the pod identity.

ProvisioningInfo

Gets

ProvisioningState

Gets the current provisioning state of the pod identity. Possible values include: 'Assigned', 'Canceled', 'Deleting', 'Failed', 'Succeeded', 'Updating'

Methods

Validate()

Validate the object.

Applies to