Uses of Class
com.azure.resourcemanager.containerservice.models.PowerState
Packages that use PowerState
Package
Description
Package containing the inner data models for ContainerServiceManagementClient.
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 PowerStateModifier and TypeMethodDescriptionAgentPoolInner.powerState()Get the powerState property: When an Agent Pool is first created it is initially Running.ManagedClusterAgentPoolProfileProperties.powerState()Get the powerState property: When an Agent Pool is first created it is initially Running.ManagedClusterInner.powerState()Get the powerState property: The Power State of the cluster.ManagedClusterProperties.powerState()Get the powerState property: The Power State of the cluster.Methods in com.azure.resourcemanager.containerservice.fluent.models with parameters of type PowerStateModifier and TypeMethodDescriptionAgentPoolInner.withPowerState(PowerState powerState) Set the powerState property: When an Agent Pool is first created it is initially Running.ManagedClusterAgentPoolProfileProperties.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 PowerStateModifier and TypeMethodDescriptionAgentPool.powerState()AgentPoolData.powerState()KubernetesCluster.powerState()KubernetesClusterAgentPool.powerState()Set the code property: Tells whether the cluster is Running or Stopped.Methods in com.azure.resourcemanager.containerservice.models with parameters of type PowerStateModifier and TypeMethodDescriptionManagedClusterAgentPoolProfile.withPowerState(PowerState powerState) Set the powerState property: When an Agent Pool is first created it is initially Running.