AutoHealActions Konstruktoren
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
Überlädt
AutoHealActions() |
Initialisiert eine neue instance der AutoHealActions-Klasse. |
AutoHealActions(Nullable<AutoHealActionType>, AutoHealCustomAction, String) |
Initialisiert eine neue instance der AutoHealActions-Klasse. |
AutoHealActions()
Initialisiert eine neue instance der AutoHealActions-Klasse.
public AutoHealActions ();
Public Sub New ()
Gilt für:
AutoHealActions(Nullable<AutoHealActionType>, AutoHealCustomAction, String)
Initialisiert eine neue instance der AutoHealActions-Klasse.
public AutoHealActions (Microsoft.Azure.Management.WebSites.Models.AutoHealActionType? actionType = default, Microsoft.Azure.Management.WebSites.Models.AutoHealCustomAction customAction = default, string minProcessExecutionTime = default);
new Microsoft.Azure.Management.WebSites.Models.AutoHealActions : Nullable<Microsoft.Azure.Management.WebSites.Models.AutoHealActionType> * Microsoft.Azure.Management.WebSites.Models.AutoHealCustomAction * string -> Microsoft.Azure.Management.WebSites.Models.AutoHealActions
Public Sub New (Optional actionType As Nullable(Of AutoHealActionType) = Nothing, Optional customAction As AutoHealCustomAction = Nothing, Optional minProcessExecutionTime As String = Nothing)
Parameter
- actionType
- Nullable<AutoHealActionType>
Vordefinierte Aktion, die ausgeführt werden soll. Mögliche Werte: "Recycle", "LogEvent", "CustomAction"
- customAction
- AutoHealCustomAction
Benutzerdefinierte Aktion, die ausgeführt werden soll.
- minProcessExecutionTime
- String
Minimale Zeit, die der Prozess ausgeführt werden muss, bevor die Aktion ausgeführt wird
Gilt für:
Azure SDK for .NET