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.WebSites.Models.AutoHealTriggers triggers = default, Microsoft.Azure.Management.WebSites.Models.AutoHealActions actions = default);
new Microsoft.Azure.Management.WebSites.Models.AutoHealRules : Microsoft.Azure.Management.WebSites.Models.AutoHealTriggers * Microsoft.Azure.Management.WebSites.Models.AutoHealActions -> Microsoft.Azure.Management.WebSites.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
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for .NET