LifecycleHooksProfile.LifecycleHooks Property

Definition

Gets or sets specifies the lifecycle hooks configured for the virtual machine scale set.

[Newtonsoft.Json.JsonProperty(PropertyName="lifecycleHooks")]
public System.Collections.Generic.IList<Microsoft.Azure.Management.Compute.Models.LifecycleHook> LifecycleHooks { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="lifecycleHooks")>]
member this.LifecycleHooks : System.Collections.Generic.IList<Microsoft.Azure.Management.Compute.Models.LifecycleHook> with get, set
Public Property LifecycleHooks As IList(Of LifecycleHook)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to