Udostępnij przez


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. Serialized Name: ManagedClusterPodIdentityException.name

namespace
String

The namespace of the pod identity exception. Serialized Name: ManagedClusterPodIdentityException.namespace

podLabels
IDictionary<String,String>

The pod labels to match. Serialized Name: ManagedClusterPodIdentityException.podLabels

Exceptions

name, namespace or podLabels is null.

Applies to