ManagedClusterPodIdentityException コンストラクター
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
オーバーロード
ManagedClusterPodIdentityException() |
ManagedClusterPodIdentityException クラスの新しいインスタンスを初期化します。 |
ManagedClusterPodIdentityException(String, String, IDictionary<String,String>) |
ManagedClusterPodIdentityException クラスの新しいインスタンスを初期化します。 |
ManagedClusterPodIdentityException()
ManagedClusterPodIdentityException クラスの新しいインスタンスを初期化します。
public ManagedClusterPodIdentityException ();
Public Sub New ()
適用対象
ManagedClusterPodIdentityException(String, String, IDictionary<String,String>)
ManagedClusterPodIdentityException クラスの新しいインスタンスを初期化します。
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))
パラメーター
- name
- String
ポッド ID 例外の名前。
- namespaceProperty
- String
ポッド ID 例外の名前空間。
- podLabels
- IDictionary<String,String>
一致するポッド ラベル。
適用対象
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
Azure SDK for .NET