你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
PerfMonSample Class
- java.
lang. Object - com.
microsoft. azure. management. appservice. PerfMonSample
- com.
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. |
Perf |
withCoreCount(Integer coreCount)
Set the coreCount value. |
Perf |
withInstanceName(String instanceName)
Set the instanceName value. |
Perf |
withTime(DateTime time)
Set the time value. |
Perf |
withValue(Double value)
Set the value value. |
Method Details
coreCount
public Integer coreCount()
Get the coreCount value.
Returns:
instanceName
public String instanceName()
Get the instanceName value.
Returns:
time
public DateTime time()
Get the time value.
Returns:
value
public Double value()
Get the value value.
Returns:
withCoreCount
public PerfMonSample withCoreCount(Integer coreCount)
Set the coreCount value.
Parameters:
Returns:
withInstanceName
public PerfMonSample withInstanceName(String instanceName)
Set the instanceName value.
Parameters:
Returns:
withTime
public PerfMonSample withTime(DateTime time)
Set the time value.
Parameters:
Returns:
withValue
public PerfMonSample withValue(Double value)
Set the value value.
Parameters:
Returns: