AutoHealActions 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
AutoHealActions() | |
AutoHealActions(Nullable<AutoHealActionType>, AutoHealCustomAction, String) |
AutoHealActions()
public AutoHealActions ();
Public Sub New ()
Applies to
AutoHealActions(Nullable<AutoHealActionType>, AutoHealCustomAction, String)
public AutoHealActions (Microsoft.Azure.Management.WebSites.Version2016_09_01.Models.AutoHealActionType? actionType = default, Microsoft.Azure.Management.WebSites.Version2016_09_01.Models.AutoHealCustomAction customAction = default, string minProcessExecutionTime = default);
new Microsoft.Azure.Management.WebSites.Version2016_09_01.Models.AutoHealActions : Nullable<Microsoft.Azure.Management.WebSites.Version2016_09_01.Models.AutoHealActionType> * Microsoft.Azure.Management.WebSites.Version2016_09_01.Models.AutoHealCustomAction * string -> Microsoft.Azure.Management.WebSites.Version2016_09_01.Models.AutoHealActions
Public Sub New (Optional actionType As Nullable(Of AutoHealActionType) = Nothing, Optional customAction As AutoHealCustomAction = Nothing, Optional minProcessExecutionTime As String = Nothing)
Parameters
- actionType
- Nullable<AutoHealActionType>
- customAction
- AutoHealCustomAction
- minProcessExecutionTime
- String