MetricAvailabilily Class

  • java.lang.Object
    • com.microsoft.azure.management.appservice.MetricAvailabilily

public class MetricAvailabilily

Metric availability and retention.

Method Summary

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.

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

withRetention

public MetricAvailabilily withRetention(String retention)

Set the retention value.

Parameters:

retention - the retention value to set

Returns:

the MetricAvailabilily object itself.

withTimeGrain

public MetricAvailabilily withTimeGrain(String timeGrain)

Set the timeGrain value.

Parameters:

timeGrain - the timeGrain value to set

Returns:

the MetricAvailabilily object itself.

Applies to