public final class Availability extends Object
| Constructor and Description |
|---|
Availability() |
| Modifier and Type | Method and Description |
|---|---|
String |
blobDuration()
Get the blobDuration property: Duration of the availability blob.
|
String |
retention()
Get the retention property: The retention of the availability.
|
String |
timeGrain()
Get the timeGrain property: The time grain of the availability.
|
void |
validate()
Validates the instance.
|
Availability |
withBlobDuration(String blobDuration)
Set the blobDuration property: Duration of the availability blob.
|
Availability |
withRetention(String retention)
Set the retention property: The retention of the availability.
|
Availability |
withTimeGrain(String timeGrain)
Set the timeGrain property: The time grain of the availability.
|
public String timeGrain()
public Availability withTimeGrain(String timeGrain)
timeGrain - the timeGrain value to set.public String retention()
public Availability withRetention(String retention)
retention - the retention value to set.public String blobDuration()
public Availability withBlobDuration(String blobDuration)
blobDuration - the blobDuration value to set.public void validate()
IllegalArgumentException - thrown if the instance is not valid.Copyright © 2020 Microsoft Corporation. All rights reserved.