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:
Applies to
Azure SDK for Java