PoolState Enum
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 state of a pool.
public enum PoolState
type PoolState =
Public Enum PoolState
- Inheritance
-
PoolState
Fields
Name | Value | Description |
---|---|---|
Active | 0 | The pool is available to run tasks subject to the availability of compute nodes. |
Deleting | 1 | The user has requested that the pool be deleted, but the delete operation has not yet completed. |
Applies to
Współpracuj z nami w serwisie GitHub
Źródło tej zawartości można znaleźć w witrynie GitHub, gdzie można również tworzyć i przeglądać problemy i żądania ściągnięcia. Więcej informacji znajdziesz w naszym przewodniku dla współtwórców.
Azure SDK for .NET