Share via


ManagedClusterAgentPoolProfile.PowerState Property

Definition

When an Agent Pool is first created it is initially Running. The Agent Pool can be stopped by setting this field to Stopped. A stopped Agent Pool stops all of its VMs and does not accrue billing charges. An Agent Pool can only be stopped if it is Running and provisioning state is Succeeded

[Microsoft.Azure.PowerShell.Cmdlets.Aks.Origin(Microsoft.Azure.PowerShell.Cmdlets.Aks.PropertyOrigin.Inherited)]
public Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.Api20230201.IPowerState PowerState { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.Aks.Origin(Microsoft.Azure.PowerShell.Cmdlets.Aks.PropertyOrigin.Inherited)>]
member this.PowerState : Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.Api20230201.IPowerState with get, set
Public Property PowerState As IPowerState

Property Value

Attributes

Applies to