次の方法で共有


ManagedClusterAccessProfileInner コンストラクター

定義

オーバーロード

ManagedClusterAccessProfileInner()

ManagedClusterAccessProfileInner クラスの新しいインスタンスを初期化します。

ManagedClusterAccessProfileInner(String, String, String, String, IDictionary<String,String>, Byte[])

ManagedClusterAccessProfileInner クラスの新しいインスタンスを初期化します。

ManagedClusterAccessProfileInner()

ManagedClusterAccessProfileInner クラスの新しいインスタンスを初期化します。

public ManagedClusterAccessProfileInner ();
Public Sub New ()

適用対象

ManagedClusterAccessProfileInner(String, String, String, String, IDictionary<String,String>, Byte[])

ManagedClusterAccessProfileInner クラスの新しいインスタンスを初期化します。

public ManagedClusterAccessProfileInner (string location, string id = default, string name = default, string type = default, System.Collections.Generic.IDictionary<string,string> tags = default, byte[] kubeConfig = default);
new Microsoft.Azure.Management.ContainerService.Fluent.Models.ManagedClusterAccessProfileInner : string * string * string * string * System.Collections.Generic.IDictionary<string, string> * byte[] -> Microsoft.Azure.Management.ContainerService.Fluent.Models.ManagedClusterAccessProfileInner
Public Sub New (location As String, Optional id As String = Nothing, Optional name As String = Nothing, Optional type As String = Nothing, Optional tags As IDictionary(Of String, String) = Nothing, Optional kubeConfig As Byte() = Nothing)

パラメーター

location
String
id
String
name
String
type
String
kubeConfig
Byte[]

Base64 でエンコードされた Kubernetes 構成ファイル。

適用対象