你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

StatusCodesBasedTrigger Class

  • java.lang.Object
    • com.microsoft.azure.management.appservice.StatusCodesBasedTrigger

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.

StatusCodesBasedTrigger withCount(Integer count)

Set the count value.

StatusCodesBasedTrigger withStatus(Integer status)

Set the status value.

StatusCodesBasedTrigger withSubStatus(Integer subStatus)

Set the subStatus value.

StatusCodesBasedTrigger withTimeInterval(String timeInterval)

Set the timeInterval value.

StatusCodesBasedTrigger withWin32Status(Integer win32Status)

Set the win32Status value.

Method Details

count

public Integer count()

Get the count value.

Returns:

the count value

status

public Integer status()

Get the status value.

Returns:

the status value

subStatus

public Integer subStatus()

Get the subStatus value.

Returns:

the subStatus value

timeInterval

public String timeInterval()

Get the timeInterval value.

Returns:

the timeInterval value

win32Status

public Integer win32Status()

Get the win32Status value.

Returns:

the win32Status value

withCount

public StatusCodesBasedTrigger withCount(Integer count)

Set the count value.

Parameters:

count - the count value to set

Returns:

the StatusCodesBasedTrigger object itself.

withStatus

public StatusCodesBasedTrigger withStatus(Integer status)

Set the status value.

Parameters:

status - the status value to set

Returns:

the StatusCodesBasedTrigger object itself.

withSubStatus

public StatusCodesBasedTrigger withSubStatus(Integer subStatus)

Set the subStatus value.

Parameters:

subStatus - the subStatus value to set

Returns:

the StatusCodesBasedTrigger object itself.

withTimeInterval

public StatusCodesBasedTrigger withTimeInterval(String timeInterval)

Set the timeInterval value.

Parameters:

timeInterval - the timeInterval value to set

Returns:

the StatusCodesBasedTrigger object itself.

withWin32Status

public StatusCodesBasedTrigger withWin32Status(Integer win32Status)

Set the win32Status value.

Parameters:

win32Status - the win32Status value to set

Returns:

the StatusCodesBasedTrigger object itself.

Applies to