WaitType 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.
Specifies the type of Wait applied to dependency resources.
public enum WaitType
type WaitType =
Public Enum WaitType
- Inheritance
-
WaitType
Fields
Name | Value | Description |
---|---|---|
WaitUntilHealthy | 0 | Dependent resource will wait until resource starts and all health checks are satisfied. |
WaitForCompletion | 1 | Dependent resource will wait until resource completes. |