ManagedClusterPodIdentity Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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'
- provisioningInfo
- ManagedClusterPodIdentityProvisioningInfo