Class Availability
java.lang.Object
com.microsoft.azure.management.network.Availability
Availability of the metric.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGet duration of the availability blob.Get the retention of the availability.Get the time grain of the availability.withBlobDuration
(String blobDuration) Set duration of the availability blob.withRetention
(String retention) Set the retention of the availability.withTimeGrain
(String timeGrain) Set the time grain of the availability.
-
Constructor Details
-
Availability
public Availability()
-
-
Method Details
-
timeGrain
Get the time grain of the availability.- Returns:
- the timeGrain value
-
withTimeGrain
Set the time grain of the availability.- Parameters:
timeGrain
- the timeGrain value to set- Returns:
- the Availability object itself.
-
retention
Get the retention of the availability.- Returns:
- the retention value
-
withRetention
Set the retention of the availability.- Parameters:
retention
- the retention value to set- Returns:
- the Availability object itself.
-
blobDuration
Get duration of the availability blob.- Returns:
- the blobDuration value
-
withBlobDuration
Set duration of the availability blob.- Parameters:
blobDuration
- the blobDuration value to set- Returns:
- the Availability object itself.
-