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

PerfMonSet Class

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

public class PerfMonSet

Metric information.

Method Summary

Modifier and Type Method and Description
DateTime endTime()

Get the endTime value.

String name()

Get the name value.

DateTime startTime()

Get the startTime value.

String timeGrain()

Get the timeGrain value.

List<PerfMonSample> values()

Get the values value.

PerfMonSet withEndTime(DateTime endTime)

Set the endTime value.

PerfMonSet withName(String name)

Set the name value.

PerfMonSet withStartTime(DateTime startTime)

Set the startTime value.

PerfMonSet withTimeGrain(String timeGrain)

Set the timeGrain value.

PerfMonSet withValues(List<PerfMonSample> values)

Set the values value.

Method Details

endTime

public DateTime endTime()

Get the endTime value.

Returns:

the endTime value

name

public String name()

Get the name value.

Returns:

the name value

startTime

public DateTime startTime()

Get the startTime value.

Returns:

the startTime value

timeGrain

public String timeGrain()

Get the timeGrain value.

Returns:

the timeGrain value

values

public List values()

Get the values value.

Returns:

the values value

withEndTime

public PerfMonSet withEndTime(DateTime endTime)

Set the endTime value.

Parameters:

endTime - the endTime value to set

Returns:

the PerfMonSet object itself.

withName

public PerfMonSet withName(String name)

Set the name value.

Parameters:

name - the name value to set

Returns:

the PerfMonSet object itself.

withStartTime

public PerfMonSet withStartTime(DateTime startTime)

Set the startTime value.

Parameters:

startTime - the startTime value to set

Returns:

the PerfMonSet object itself.

withTimeGrain

public PerfMonSet withTimeGrain(String timeGrain)

Set the timeGrain value.

Parameters:

timeGrain - the timeGrain value to set

Returns:

the PerfMonSet object itself.

withValues

public PerfMonSet withValues(List values)

Set the values value.

Parameters:

values - the values value to set

Returns:

the PerfMonSet object itself.

Applies to