BatchAccountPoolProvisioningState 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.
The current state of the pool.
public readonly struct BatchAccountPoolProvisioningState : IEquatable<Azure.ResourceManager.Batch.Models.BatchAccountPoolProvisioningState>
type BatchAccountPoolProvisioningState = struct
Public Structure BatchAccountPoolProvisioningState
Implements IEquatable(Of BatchAccountPoolProvisioningState)
- Inheritance
-
BatchAccountPoolProvisioningState
- Implements
Constructors
BatchAccountPoolProvisioningState(String) |
Initializes a new instance of BatchAccountPoolProvisioningState. |
Properties
Deleting |
The user has requested that the pool be deleted, but the delete operation has not yet completed. |
Succeeded |
The pool is available to run tasks subject to the availability of compute nodes. |
Methods
Equals(BatchAccountPoolProvisioningState) |
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(BatchAccountPoolProvisioningState, BatchAccountPoolProvisioningState) |
Determines if two BatchAccountPoolProvisioningState values are the same. |
Implicit(String to BatchAccountPoolProvisioningState) |
Converts a string to a BatchAccountPoolProvisioningState. |
Inequality(BatchAccountPoolProvisioningState, BatchAccountPoolProvisioningState) |
Determines if two BatchAccountPoolProvisioningState values are not the same. |
Applies to
Azure SDK for .NET