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
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