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
GitHub에서 Microsoft와 공동 작업
이 콘텐츠의 원본은 GitHub에서 찾을 수 있으며, 여기서 문제와 끌어오기 요청을 만들고 검토할 수도 있습니다. 자세한 내용은 참여자 가이드를 참조하세요.
Azure SDK for .NET