ManagedClusterPodIdentityException 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
ManagedClusterPodIdentityException() |
Initializes a new instance of the ManagedClusterPodIdentityException class. |
ManagedClusterPodIdentityException(String, String, IDictionary<String,String>) |
Initializes a new instance of the ManagedClusterPodIdentityException class. |
ManagedClusterPodIdentityException()
Initializes a new instance of the ManagedClusterPodIdentityException class.
public ManagedClusterPodIdentityException ();
Public Sub New ()
Applies to
ManagedClusterPodIdentityException(String, String, IDictionary<String,String>)
Initializes a new instance of the ManagedClusterPodIdentityException class.
public ManagedClusterPodIdentityException (string name, string namespaceProperty, System.Collections.Generic.IDictionary<string,string> podLabels);
new Microsoft.Azure.Management.ContainerService.Models.ManagedClusterPodIdentityException : string * string * System.Collections.Generic.IDictionary<string, string> -> Microsoft.Azure.Management.ContainerService.Models.ManagedClusterPodIdentityException
Public Sub New (name As String, namespaceProperty As String, podLabels As IDictionary(Of String, String))
Parameters
- name
- String
The name of the pod identity exception.
- namespaceProperty
- String
The namespace of the pod identity exception.
- podLabels
- IDictionary<String,String>
The pod labels to match.