共用方式為


WaitType Enum

Definition

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.

Applies to