public class MetricAvailabilily extends Object
| Constructor and Description |
|---|
MetricAvailabilily() |
| Modifier and Type | Method and Description |
|---|---|
String |
retention()
Get the retention value.
|
String |
timeGrain()
Get the timeGrain value.
|
MetricAvailabilily |
withRetention(String retention)
Set the retention value.
|
MetricAvailabilily |
withTimeGrain(String timeGrain)
Set the timeGrain value.
|
public String timeGrain()
public MetricAvailabilily withTimeGrain(String timeGrain)
timeGrain - the timeGrain value to setpublic String retention()
public MetricAvailabilily withRetention(String retention)
retention - the retention value to set/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/