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

ManagedClusterPodIdentity Constructors

Definition

Overloads

ManagedClusterPodIdentity()

Initializes a new instance of the ManagedClusterPodIdentity class.

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

Initializes a new instance of the ManagedClusterPodIdentity class.

ManagedClusterPodIdentity()

Initializes a new instance of the ManagedClusterPodIdentity class.

public ManagedClusterPodIdentity ();
Public Sub New ()

Applies to

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

Initializes a new instance of the ManagedClusterPodIdentity class.

public ManagedClusterPodIdentity (string name, string namespaceProperty, Microsoft.Azure.Management.ContainerService.Models.UserAssignedIdentity identity, string bindingSelector = default, string provisioningState = default, Microsoft.Azure.Management.ContainerService.Models.ManagedClusterPodIdentityProvisioningInfo provisioningInfo = default);
new Microsoft.Azure.Management.ContainerService.Models.ManagedClusterPodIdentity : string * string * Microsoft.Azure.Management.ContainerService.Models.UserAssignedIdentity * string * string * Microsoft.Azure.Management.ContainerService.Models.ManagedClusterPodIdentityProvisioningInfo -> Microsoft.Azure.Management.ContainerService.Models.ManagedClusterPodIdentity
Public Sub New (name As String, namespaceProperty As String, identity As UserAssignedIdentity, Optional bindingSelector As String = Nothing, Optional provisioningState As String = Nothing, Optional provisioningInfo As ManagedClusterPodIdentityProvisioningInfo = Nothing)

Parameters

name
String

The name of the pod identity.

namespaceProperty
String

The namespace of the pod identity.

identity
UserAssignedIdentity

The user assigned identity details.

bindingSelector
String

The binding selector to use for the AzureIdentityBinding resource.

provisioningState
String

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

Applies to