Compartilhar via


ManagedClusterPodIdentityException Construtor

Definição

Inicializa uma nova instância de 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))

Parâmetros

name
String

O nome da exceção de identidade do pod.

namespace
String

O namespace da exceção de identidade do pod.

podLabels
IDictionary<String,String>

Os rótulos de pod a serem correspondidos.

Exceções

name, namespace ou podLabels é nulo.

Aplica-se a