LifecycleHooksProfile.LifecycleHooks Property
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.
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