Availability Class
- java.
lang. Object - com.
microsoft. azure. management. network. Availability
- com.
public class Availability
Availability of the metric.
Constructor | Description | |
---|---|---|
Availability() |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
blob Get duration of the availability blob. |
java.lang.String |
retention()
Get the retention of the availability. |
java.lang.String |
time Get the time grain of the availability. |
Availability |
with Set duration of the availability blob. |
Availability |
with Set the retention of the availability. |
Availability |
with Set the time grain of the availability. |
Availability
public Availability()
blobDuration
public String blobDuration()
Get duration of the availability blob.
Returns:
retention
public String retention()
Get the retention of the availability.
Returns:
timeGrain
public String timeGrain()
Get the time grain of the availability.
Returns:
withBlobDuration
public Availability withBlobDuration(String blobDuration)
Set duration of the availability blob.
Parameters:
Returns:
withRetention
public Availability withRetention(String retention)
Set the retention of the availability.
Parameters:
Returns:
withTimeGrain
public Availability withTimeGrain(String timeGrain)
Set the time grain of the availability.
Parameters:
Returns: