StatusCodesBasedTrigger Class
- java.
lang. Object - com.
microsoft. azure. management. appservice. StatusCodesBasedTrigger
- com.
public class StatusCodesBasedTrigger
Trigger based on status code.
Method Summary
Modifier and Type | Method and Description |
---|---|
Integer |
count()
Get the count value. |
Integer |
status()
Get the status value. |
Integer |
subStatus()
Get the subStatus value. |
String |
timeInterval()
Get the timeInterval value. |
Integer |
win32Status()
Get the win32Status value. |
Status |
withCount(Integer count)
Set the count value. |
Status |
withStatus(Integer status)
Set the status value. |
Status |
withSubStatus(Integer subStatus)
Set the subStatus value. |
Status |
withTimeInterval(String timeInterval)
Set the timeInterval value. |
Status |
withWin32Status(Integer win32Status)
Set the win32Status value. |
Method Details
count
public Integer count()
Get the count value.
Returns:
status
public Integer status()
Get the status value.
Returns:
subStatus
public Integer subStatus()
Get the subStatus value.
Returns:
timeInterval
public String timeInterval()
Get the timeInterval value.
Returns:
win32Status
public Integer win32Status()
Get the win32Status value.
Returns:
withCount
public StatusCodesBasedTrigger withCount(Integer count)
Set the count value.
Parameters:
Returns:
withStatus
public StatusCodesBasedTrigger withStatus(Integer status)
Set the status value.
Parameters:
Returns:
withSubStatus
public StatusCodesBasedTrigger withSubStatus(Integer subStatus)
Set the subStatus value.
Parameters:
Returns:
withTimeInterval
public StatusCodesBasedTrigger withTimeInterval(String timeInterval)
Set the timeInterval value.
Parameters:
Returns:
withWin32Status
public StatusCodesBasedTrigger withWin32Status(Integer win32Status)
Set the win32Status value.
Parameters:
Returns:
Applies to
Azure SDK for Java