Sdílet prostřednictvím


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