Uses of Class
com.azure.resourcemanager.containerservice.models.PowerState
-
Packages that use PowerState Package Description com.azure.resourcemanager.containerservice.fluent.models Package containing the inner data models for ContainerServiceManagementClient.com.azure.resourcemanager.containerservice.models Package containing the data models for ContainerServiceManagementClient. -
-
Uses of PowerState in com.azure.resourcemanager.containerservice.fluent.models
Methods in com.azure.resourcemanager.containerservice.fluent.models that return PowerState Modifier and Type Method Description PowerStateAgentPoolInner. powerState()Get the powerState property: When an Agent Pool is first created it is initially Running.PowerStateManagedClusterAgentPoolProfileProperties. powerState()Get the powerState property: When an Agent Pool is first created it is initially Running.PowerStateManagedClusterInner. powerState()Get the powerState property: The Power State of the cluster.PowerStateManagedClusterProperties. powerState()Get the powerState property: The Power State of the cluster.Methods in com.azure.resourcemanager.containerservice.fluent.models with parameters of type PowerState Modifier and Type Method Description AgentPoolInnerAgentPoolInner. withPowerState(PowerState powerState)Set the powerState property: When an Agent Pool is first created it is initially Running.ManagedClusterAgentPoolProfilePropertiesManagedClusterAgentPoolProfileProperties. withPowerState(PowerState powerState)Set the powerState property: When an Agent Pool is first created it is initially Running. -
Uses of PowerState in com.azure.resourcemanager.containerservice.models
Methods in com.azure.resourcemanager.containerservice.models that return PowerState Modifier and Type Method Description PowerStateKubernetesCluster. powerState()PowerStateKubernetesClusterAgentPool. powerState()PowerStatePowerState. withCode(Code code)Set the code property: Tells whether the cluster is Running or Stopped.Methods in com.azure.resourcemanager.containerservice.models with parameters of type PowerState Modifier and Type Method Description ManagedClusterAgentPoolProfileManagedClusterAgentPoolProfile. withPowerState(PowerState powerState)Set the powerState property: When an Agent Pool is first created it is initially Running.
-