次の方法で共有


ContainerServiceCustomProfile コンストラクター

定義

オーバーロード

ContainerServiceCustomProfile()

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

ContainerServiceCustomProfile(String)

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

ContainerServiceCustomProfile()

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

public ContainerServiceCustomProfile ();
Public Sub New ()

適用対象

ContainerServiceCustomProfile(String)

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

public ContainerServiceCustomProfile (string orchestrator);
new Microsoft.Azure.Management.Compute.Fluent.Models.ContainerServiceCustomProfile : string -> Microsoft.Azure.Management.Compute.Fluent.Models.ContainerServiceCustomProfile
Public Sub New (orchestrator As String)

パラメーター

orchestrator
String

使用するカスタム オーケストレーターの名前。

適用対象