LifecycleHooksProfile Constructors

Definition

Overloads

Name Description
LifecycleHooksProfile()

Initializes a new instance of the LifecycleHooksProfile class.

LifecycleHooksProfile(IList<LifecycleHook>)

Initializes a new instance of the LifecycleHooksProfile class.

LifecycleHooksProfile()

Initializes a new instance of the LifecycleHooksProfile class.

public LifecycleHooksProfile();
Public Sub New ()

Applies to

LifecycleHooksProfile(IList<LifecycleHook>)

Initializes a new instance of the LifecycleHooksProfile class.

public LifecycleHooksProfile(System.Collections.Generic.IList<Microsoft.Azure.Management.Compute.Models.LifecycleHook> lifecycleHooks = default);
new Microsoft.Azure.Management.Compute.Models.LifecycleHooksProfile : System.Collections.Generic.IList<Microsoft.Azure.Management.Compute.Models.LifecycleHook> -> Microsoft.Azure.Management.Compute.Models.LifecycleHooksProfile
Public Sub New (Optional lifecycleHooks As IList(Of LifecycleHook) = Nothing)

Parameters

lifecycleHooks
IList<LifecycleHook>

Specifies the lifecycle hooks configured for the virtual machine scale set.

Applies to