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: Whether the Agent Pool is running or stopped.ManagedClusterAgentPoolProfileProperties.powerState()Get the powerState property: Whether the Agent Pool is running or stopped.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: Whether the Agent Pool is running or stopped.ManagedClusterAgentPoolProfileProperties.withPowerState(PowerState powerState) Set the powerState property: Whether the Agent Pool is running or stopped. -
Uses of PowerState in com.azure.resourcemanager.containerservice.models
Classes in com.azure.resourcemanager.containerservice.models that implement interfaces with type arguments of type PowerStateModifier and TypeClassDescriptionfinal classDescribes the Power State of the cluster.Methods in com.azure.resourcemanager.containerservice.models that return PowerStateModifier and TypeMethodDescriptionstatic PowerStatePowerState.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of PowerState from the JsonReader.AgentPool.powerState()Gets the power state.AgentPoolData.powerState()Gets the power state.KubernetesCluster.powerState()Gets the power state.KubernetesClusterAgentPool.powerState()Gets the power state.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: Whether the Agent Pool is running or stopped.