你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

PowerState Constructors

Definition

Overloads

PowerState()

Initializes a new instance of the PowerState class.

PowerState(String)

Initializes a new instance of the PowerState class.

PowerState()

Initializes a new instance of the PowerState class.

public PowerState ();
Public Sub New ()

Applies to

PowerState(String)

Initializes a new instance of the PowerState class.

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

Parameters

code
String

Tells whether the cluster is Running or Stopped Possible values include: 'Running', 'Stopped'

Applies to