AutoHealTriggers Class
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.
Triggers for auto-heal.
public class AutoHealTriggers
type AutoHealTriggers = class
Public Class AutoHealTriggers
- Inheritance
-
AutoHealTriggers
Constructors
AutoHealTriggers() |
Initializes a new instance of the AutoHealTriggers class. |
AutoHealTriggers(RequestsBasedTrigger, Nullable<Int32>, IList<StatusCodesBasedTrigger>, SlowRequestsBasedTrigger) |
Initializes a new instance of the AutoHealTriggers class. |
Properties
PrivateBytesInKB |
Gets or sets a rule based on private bytes. |
Requests |
Gets or sets a rule based on total requests. |
SlowRequests |
Gets or sets a rule based on request execution time. |
StatusCodes |
Gets or sets a rule based on status codes. |
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