PerfMonSet Class
- java.
lang. Object - com.
microsoft. azure. management. appservice. PerfMonSet
- com.
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<Perf |
values()
Get the values value. |
Perf |
withEndTime(DateTime endTime)
Set the endTime value. |
Perf |
withName(String name)
Set the name value. |
Perf |
withStartTime(DateTime startTime)
Set the startTime value. |
Perf |
withTimeGrain(String timeGrain)
Set the timeGrain value. |
Perf |
withValues(List<PerfMonSample> values)
Set the values value. |
Method Details
endTime
public DateTime endTime()
Get the endTime value.
Returns:
name
public String name()
Get the name value.
Returns:
startTime
public DateTime startTime()
Get the startTime value.
Returns:
timeGrain
public String timeGrain()
Get the timeGrain value.
Returns:
values
public List
Get the values value.
Returns:
withEndTime
public PerfMonSet withEndTime(DateTime endTime)
Set the endTime value.
Parameters:
Returns:
withName
public PerfMonSet withName(String name)
Set the name value.
Parameters:
Returns:
withStartTime
public PerfMonSet withStartTime(DateTime startTime)
Set the startTime value.
Parameters:
Returns:
withTimeGrain
public PerfMonSet withTimeGrain(String timeGrain)
Set the timeGrain value.
Parameters:
Returns:
withValues
public PerfMonSet withValues(List
Set the values value.
Parameters:
Returns:
Applies to
Azure SDK for Java