Share via


ManagedClusterPodIdentityException Constructor

Definition

Initializes a new instance of ManagedClusterPodIdentityException.

public ManagedClusterPodIdentityException (string name, string namespace, System.Collections.Generic.IDictionary<string,string> podLabels);
new Azure.ResourceManager.ContainerService.Models.ManagedClusterPodIdentityException : string * string * System.Collections.Generic.IDictionary<string, string> -> Azure.ResourceManager.ContainerService.Models.ManagedClusterPodIdentityException
Public Sub New (name As String, namespace As String, podLabels As IDictionary(Of String, String))

Parameters

name
String

The name of the pod identity exception.

namespace
String

The namespace of the pod identity exception.

podLabels
IDictionary<String,String>

The pod labels to match.

Exceptions

name, namespace or podLabels is null.

Applies to