public class Availability extends Object
| Constructor and Description |
|---|
Availability() |
| Modifier and Type | Method and Description |
|---|---|
String |
blobDuration()
Get duration of the availability blob.
|
String |
retention()
Get the retention of the availability.
|
String |
timeGrain()
Get the time grain of the availability.
|
Availability |
withBlobDuration(String blobDuration)
Set duration of the availability blob.
|
Availability |
withRetention(String retention)
Set the retention of the availability.
|
Availability |
withTimeGrain(String timeGrain)
Set the time grain of the availability.
|
public String timeGrain()
public Availability withTimeGrain(String timeGrain)
timeGrain - the timeGrain value to setpublic String retention()
public Availability withRetention(String retention)
retention - the retention value to setpublic String blobDuration()
public Availability withBlobDuration(String blobDuration)
blobDuration - the blobDuration 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.
*/