PowerState Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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'