public class AutoHealTriggers extends Object
| Constructor and Description |
|---|
AutoHealTriggers() |
| Modifier and Type | Method and Description |
|---|---|
Integer |
privateBytesInKB()
Get the privateBytesInKB value.
|
RequestsBasedTrigger |
requests()
Get the requests value.
|
SlowRequestsBasedTrigger |
slowRequests()
Get the slowRequests value.
|
List<StatusCodesBasedTrigger> |
statusCodes()
Get the statusCodes value.
|
AutoHealTriggers |
withPrivateBytesInKB(Integer privateBytesInKB)
Set the privateBytesInKB value.
|
AutoHealTriggers |
withRequests(RequestsBasedTrigger requests)
Set the requests value.
|
AutoHealTriggers |
withSlowRequests(SlowRequestsBasedTrigger slowRequests)
Set the slowRequests value.
|
AutoHealTriggers |
withStatusCodes(List<StatusCodesBasedTrigger> statusCodes)
Set the statusCodes value.
|
public RequestsBasedTrigger requests()
public AutoHealTriggers withRequests(RequestsBasedTrigger requests)
requests - the requests value to setpublic Integer privateBytesInKB()
public AutoHealTriggers withPrivateBytesInKB(Integer privateBytesInKB)
privateBytesInKB - the privateBytesInKB value to setpublic List<StatusCodesBasedTrigger> statusCodes()
public AutoHealTriggers withStatusCodes(List<StatusCodesBasedTrigger> statusCodes)
statusCodes - the statusCodes value to setpublic SlowRequestsBasedTrigger slowRequests()
public AutoHealTriggers withSlowRequests(SlowRequestsBasedTrigger slowRequests)
slowRequests - the slowRequests value to set/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/