LifecycleHooksProfile Constructors
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.
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.