ManagedClusterPodIdentityException Constructors

Definition

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.Fluent.Models.ManagedClusterPodIdentityException : string * string * System.Collections.Generic.IDictionary<string, string> -> Microsoft.Azure.Management.ContainerService.Fluent.Models.ManagedClusterPodIdentityException
Public Sub New (name As String, namespaceProperty As String, podLabels As IDictionary(Of String, String))

Parameters

name
String

Name of the pod identity exception.

namespaceProperty
String

Namespace of the pod identity exception.

podLabels
IDictionary<String,String>

Pod labels to match.

Applies to