AutoHealRules 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
AutoHealRules() |
Initializes a new instance of the AutoHealRules class. |
AutoHealRules(AutoHealTriggers, AutoHealActions) |
Initializes a new instance of the AutoHealRules class. |
AutoHealRules()
Initializes a new instance of the AutoHealRules class.
public AutoHealRules ();
Public Sub New ()
Applies to
AutoHealRules(AutoHealTriggers, AutoHealActions)
Initializes a new instance of the AutoHealRules class.
public AutoHealRules (Microsoft.Azure.Management.AppService.Fluent.Models.AutoHealTriggers triggers = default, Microsoft.Azure.Management.AppService.Fluent.Models.AutoHealActions actions = default);
new Microsoft.Azure.Management.AppService.Fluent.Models.AutoHealRules : Microsoft.Azure.Management.AppService.Fluent.Models.AutoHealTriggers * Microsoft.Azure.Management.AppService.Fluent.Models.AutoHealActions -> Microsoft.Azure.Management.AppService.Fluent.Models.AutoHealRules
Public Sub New (Optional triggers As AutoHealTriggers = Nothing, Optional actions As AutoHealActions = Nothing)
Parameters
- triggers
- AutoHealTriggers
Conditions that describe when to execute the auto-heal actions.
- actions
- AutoHealActions
Actions to be executed when a rule is triggered.
Applies to
Samarbeta med oss på GitHub
Källan för det här innehållet finns på GitHub, där du även kan skapa och granska ärenden och pull-begäranden. Se vår deltagarguide för mer information.
Azure SDK for .NET