Cluster.AllocationState Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets allocation state.
[Newtonsoft.Json.JsonProperty(PropertyName="properties.allocationState")]
public string AllocationState { get; }
[<Newtonsoft.Json.JsonProperty(PropertyName="properties.allocationState")>]
member this.AllocationState : string
Public ReadOnly Property AllocationState As String
Property Value
- Attributes
-
Newtonsoft.Json.JsonPropertyAttribute
Remarks
Allocation state of the cluster. Possible values are: steady - Indicates that the cluster is not resizing. There are no changes to the number of compute nodes in the cluster in progress. A cluster enters this state when it is created and when no operations are being performed on the cluster to change the number of compute nodes. resizing - Indicates that the cluster is resizing; that is, compute nodes are being added to or removed from the cluster. Possible values include: 'steady', 'resizing'
Applies to
Azure SDK for .NET