Class Availability

java.lang.Object
com.microsoft.azure.management.network.Availability

public class Availability extends Object
Availability of the metric.
  • Constructor Details

    • Availability

      public Availability()
  • Method Details

    • timeGrain

      public String timeGrain()
      Get the time grain of the availability.
      Returns:
      the timeGrain value
    • withTimeGrain

      public Availability withTimeGrain(String timeGrain)
      Set the time grain of the availability.
      Parameters:
      timeGrain - the timeGrain value to set
      Returns:
      the Availability object itself.
    • retention

      public String retention()
      Get the retention of the availability.
      Returns:
      the retention value
    • withRetention

      public Availability withRetention(String retention)
      Set the retention of the availability.
      Parameters:
      retention - the retention value to set
      Returns:
      the Availability object itself.
    • blobDuration

      public String blobDuration()
      Get duration of the availability blob.
      Returns:
      the blobDuration value
    • withBlobDuration

      public Availability withBlobDuration(String blobDuration)
      Set duration of the availability blob.
      Parameters:
      blobDuration - the blobDuration value to set
      Returns:
      the Availability object itself.