你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

LifecycleHook.DefaultAction Property

Definition

Specifies the action that will be applied to a target resource in the virtual machine scale set lifecycle hook event if the platform does not receive a response from the customer for the target resource before waitUntil.

public Azure.ResourceManager.Compute.Models.LifecycleHookAction? DefaultAction { get; set; }
member this.DefaultAction : Nullable<Azure.ResourceManager.Compute.Models.LifecycleHookAction> with get, set
Public Property DefaultAction As Nullable(Of LifecycleHookAction)

Property Value

Applies to