Class MetricAvailability
java.lang.Object
com.microsoft.azure.management.appservice.MetricAvailability
Retention policy of a resource metric.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGet the blobDuration value.Get the timeGrain value.withBlobDuration
(String blobDuration) Set the blobDuration value.withTimeGrain
(String timeGrain) Set the timeGrain value.
-
Constructor Details
-
MetricAvailability
public MetricAvailability()
-
-
Method Details
-
timeGrain
Get the timeGrain value.- Returns:
- the timeGrain value
-
withTimeGrain
Set the timeGrain value.- Parameters:
timeGrain
- the timeGrain value to set- Returns:
- the MetricAvailability object itself.
-
blobDuration
Get the blobDuration value.- Returns:
- the blobDuration value
-
withBlobDuration
Set the blobDuration value.- Parameters:
blobDuration
- the blobDuration value to set- Returns:
- the MetricAvailability object itself.
-