ResourceMetricAvailability Class
- java.
lang. Object - com.
microsoft. azure. management. appservice. ResourceMetricAvailability
- com.
public class ResourceMetricAvailability
Metrics availability and retention.
Method Summary
Modifier and Type | Method and Description |
---|---|
String |
retention()
Get the retention value. |
String |
timeGrain()
Get the timeGrain value. |
Method Details
retention
public String retention()
Get the retention value.
Returns:
the retention value
timeGrain
public String timeGrain()
Get the timeGrain value.
Returns:
the timeGrain value
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for Java