Class Availability
- java.lang.Object
-
- com.microsoft.azure.management.network.Availability
-
public class Availability extends Object
Availability of the metric.
-
-
Constructor Summary
Constructors Constructor Description Availability()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringblobDuration()Get the blobDuration value.Stringretention()Get the retention value.StringtimeGrain()Get the timeGrain value.AvailabilitywithBlobDuration(String blobDuration)Set the blobDuration value.AvailabilitywithRetention(String retention)Set the retention value.AvailabilitywithTimeGrain(String timeGrain)Set the timeGrain value.
-
-
-
Method Detail
-
timeGrain
public String timeGrain()
Get the timeGrain value.- Returns:
- the timeGrain value
-
withTimeGrain
public Availability withTimeGrain(String timeGrain)
Set the timeGrain value.- Parameters:
timeGrain- the timeGrain value to set- Returns:
- the Availability object itself.
-
retention
public String retention()
Get the retention value.- Returns:
- the retention value
-
withRetention
public Availability withRetention(String retention)
Set the retention value.- Parameters:
retention- the retention value to set- Returns:
- the Availability object itself.
-
blobDuration
public String blobDuration()
Get the blobDuration value.- Returns:
- the blobDuration value
-
withBlobDuration
public Availability withBlobDuration(String blobDuration)
Set the blobDuration value.- Parameters:
blobDuration- the blobDuration value to set- Returns:
- the Availability object itself.
-
-