次の方法で共有


PowerState コンストラクター

定義

オーバーロード

PowerState()

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

PowerState(Code)

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

PowerState()

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

public PowerState ();
Public Sub New ()

適用対象

PowerState(Code)

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

public PowerState (Microsoft.Azure.Management.ContainerService.Fluent.Models.Code code = default);
new Microsoft.Azure.Management.ContainerService.Fluent.Models.PowerState : Microsoft.Azure.Management.ContainerService.Fluent.Models.Code -> Microsoft.Azure.Management.ContainerService.Fluent.Models.PowerState
Public Sub New (Optional code As Code = Nothing)

パラメーター

code
Code

クラスターが実行中か停止かを示します。 使用可能な値は、'Running'、'Stopped' です。

適用対象