AutoHealCustomAction Constructeurs
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Surcharges
AutoHealCustomAction() |
Initialise une nouvelle instance de la classe AutoHealCustomAction. |
AutoHealCustomAction(String, String) |
Initialise une nouvelle instance de la classe AutoHealCustomAction. |
AutoHealCustomAction()
Initialise une nouvelle instance de la classe AutoHealCustomAction.
public AutoHealCustomAction ();
Public Sub New ()
S’applique à
AutoHealCustomAction(String, String)
Initialise une nouvelle instance de la classe AutoHealCustomAction.
public AutoHealCustomAction (string exe = default, string parameters = default);
new Microsoft.Azure.Management.AppService.Fluent.Models.AutoHealCustomAction : string * string -> Microsoft.Azure.Management.AppService.Fluent.Models.AutoHealCustomAction
Public Sub New (Optional exe As String = Nothing, Optional parameters As String = Nothing)
Paramètres
- exe
- String
Exécutable à exécuter.
- parameters
- String
Paramètres de l’exécutable.
S’applique à
Azure SDK for .NET