BatchPoolState Struct
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.
BatchPoolState enums.
public readonly struct BatchPoolState : IEquatable<Azure.Compute.Batch.BatchPoolState>
type BatchPoolState = struct
Public Structure BatchPoolState
Implements IEquatable(Of BatchPoolState)
- Inheritance
-
BatchPoolState
- Implements
Constructors
BatchPoolState(String) |
Initializes a new instance of BatchPoolState. |
Properties
Active |
The Pool is available to run Tasks subject to the availability of Compute Nodes. |
Deleting |
The user has requested that the Pool be deleted, but the delete operation has not yet completed. |
Methods
Equals(BatchPoolState) |
Indicates whether the current object is equal to another object of the same type. |
ToString() |
Returns the fully qualified type name of this instance. |
Operators
Equality(BatchPoolState, BatchPoolState) |
Determines if two BatchPoolState values are the same. |
Implicit(String to BatchPoolState) |
Converts a string to a BatchPoolState. |
Inequality(BatchPoolState, BatchPoolState) |
Determines if two BatchPoolState values are not the same. |
Applies to
Azure SDK for .NET