Class ServiceSpecification

java.lang.Object
com.microsoft.azure.management.storage.ServiceSpecification

public class ServiceSpecification extends Object
One property of operation, include metric specifications.
  • Constructor Details

    • ServiceSpecification

      public ServiceSpecification()
  • Method Details

    • metricSpecifications

      public List<MetricSpecification> metricSpecifications()
      Get metric specifications of operation.
      Returns:
      the metricSpecifications value
    • withMetricSpecifications

      public ServiceSpecification withMetricSpecifications(List<MetricSpecification> metricSpecifications)
      Set metric specifications of operation.
      Parameters:
      metricSpecifications - the metricSpecifications value to set
      Returns:
      the ServiceSpecification object itself.