Partager via


ManagedClusterPodIdentityException Constructeur

Définition

Initialise une nouvelle instance 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))

Paramètres

name
String

Nom de l’exception d’identité de pod.

namespace
String

Espace de noms de l’exception d’identité de pod.

podLabels
IDictionary<String,String>

Étiquettes de pod à mettre en correspondance.

Exceptions

name, namespace ou podLabels a la valeur Null.

S’applique à