PowerState Class

Describes the Power State of the cluster.

Inheritance
azure.mgmt.containerservice._serialization.Model
PowerState

Constructor

PowerState(*, code: str | _models.Code | None = None, **kwargs: Any)

Keyword-Only Parameters

Name Description
code
str or Code

Tells whether the cluster is Running or Stopped. Known values are: "Running" and "Stopped".

Variables

Name Description
code
str or Code

Tells whether the cluster is Running or Stopped. Known values are: "Running" and "Stopped".