Class ResourceMetricAvailability
- java.lang.Object
-
- com.azure.resourcemanager.appservice.models.ResourceMetricAvailability
-
public final class ResourceMetricAvailability extends Object
Metrics availability and retention.
-
-
Constructor Summary
Constructors Constructor Description ResourceMetricAvailability()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Stringretention()Get the retention property: Retention period for the current time grain.StringtimeGrain()Get the timeGrain property: Time grain .voidvalidate()Validates the instance.
-
-
-
Method Detail
-
timeGrain
public String timeGrain()
Get the timeGrain property: Time grain .- Returns:
- the timeGrain value.
-
retention
public String retention()
Get the retention property: Retention period for the current time grain.- Returns:
- the retention value.
-
validate
public void validate()
Validates the instance.- Throws:
IllegalArgumentException- thrown if the instance is not valid.
-
-