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
Met ons samenwerken op GitHub
De bron voor deze inhoud vindt u op GitHub, waar u ook problemen en pull-aanvragen kunt maken en controleren. Bekijk onze gids voor inzenders voor meer informatie.
Azure SDK for .NET