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
Współpracuj z nami w serwisie GitHub
Źródło tej zawartości można znaleźć w witrynie GitHub, gdzie można również tworzyć i przeglądać problemy i żądania ściągnięcia. Więcej informacji znajdziesz w naszym przewodniku dla współtwórców.
Azure SDK for .NET