Class ServiceSpecification

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

public class ServiceSpecification extends Object
Resource metrics service provided by Microsoft.Insights resource provider.
  • Constructor Details

    • ServiceSpecification

      public ServiceSpecification()
  • Method Details

    • metricSpecifications

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

      public ServiceSpecification withMetricSpecifications(List<MetricSpecification> metricSpecifications)
      Set the metricSpecifications value.
      Parameters:
      metricSpecifications - the metricSpecifications value to set
      Returns:
      the ServiceSpecification object itself.
    • logSpecifications

      public List<LogSpecification> logSpecifications()
      Get the logSpecifications value.
      Returns:
      the logSpecifications value
    • withLogSpecifications

      public ServiceSpecification withLogSpecifications(List<LogSpecification> logSpecifications)
      Set the logSpecifications value.
      Parameters:
      logSpecifications - the logSpecifications value to set
      Returns:
      the ServiceSpecification object itself.