Class ServiceSpecification

java.lang.Object
com.azure.resourcemanager.mediaservices.models.ServiceSpecification

public final class ServiceSpecification extends Object
The service metric specifications.
  • Constructor Details

    • ServiceSpecification

      public ServiceSpecification()
      Creates an instance of ServiceSpecification class.
  • Method Details

    • logSpecifications

      public List<LogSpecification> logSpecifications()
      Get the logSpecifications property: List of log specifications.
      Returns:
      the logSpecifications value.
    • metricSpecifications

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

      public void validate()
      Validates the instance.
      Throws:
      IllegalArgumentException - thrown if the instance is not valid.