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

PerfMonSample Class

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

public class PerfMonSample

Performance monitor sample in a set.

Method Summary

Modifier and Type Method and Description
Integer coreCount()

Get the coreCount value.

String instanceName()

Get the instanceName value.

DateTime time()

Get the time value.

Double value()

Get the value value.

PerfMonSample withCoreCount(Integer coreCount)

Set the coreCount value.

PerfMonSample withInstanceName(String instanceName)

Set the instanceName value.

PerfMonSample withTime(DateTime time)

Set the time value.

PerfMonSample withValue(Double value)

Set the value value.

Method Details

coreCount

public Integer coreCount()

Get the coreCount value.

Returns:

the coreCount value

instanceName

public String instanceName()

Get the instanceName value.

Returns:

the instanceName value

time

public DateTime time()

Get the time value.

Returns:

the time value

value

public Double value()

Get the value value.

Returns:

the value value

withCoreCount

public PerfMonSample withCoreCount(Integer coreCount)

Set the coreCount value.

Parameters:

coreCount - the coreCount value to set

Returns:

the PerfMonSample object itself.

withInstanceName

public PerfMonSample withInstanceName(String instanceName)

Set the instanceName value.

Parameters:

instanceName - the instanceName value to set

Returns:

the PerfMonSample object itself.

withTime

public PerfMonSample withTime(DateTime time)

Set the time value.

Parameters:

time - the time value to set

Returns:

the PerfMonSample object itself.

withValue

public PerfMonSample withValue(Double value)

Set the value value.

Parameters:

value - the value value to set

Returns:

the PerfMonSample object itself.

Applies to