Class OperationMetaServiceSpecification

java.lang.Object
com.azure.resourcemanager.synapse.models.OperationMetaServiceSpecification

public final class OperationMetaServiceSpecification extends Object
What is this?.
  • Constructor Details

    • OperationMetaServiceSpecification

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

    • metricSpecifications

      public List<OperationMetaMetricSpecification> metricSpecifications()
      Get the metricSpecifications property: Service metric specifications.
      Returns:
      the metricSpecifications value.
    • withMetricSpecifications

      public OperationMetaServiceSpecification withMetricSpecifications(List<OperationMetaMetricSpecification> metricSpecifications)
      Set the metricSpecifications property: Service metric specifications.
      Parameters:
      metricSpecifications - the metricSpecifications value to set.
      Returns:
      the OperationMetaServiceSpecification object itself.
    • logSpecifications

      public List<OperationMetaLogSpecification> logSpecifications()
      Get the logSpecifications property: Service log specifications.
      Returns:
      the logSpecifications value.
    • withLogSpecifications

      public OperationMetaServiceSpecification withLogSpecifications(List<OperationMetaLogSpecification> logSpecifications)
      Set the logSpecifications property: Service log specifications.
      Parameters:
      logSpecifications - the logSpecifications value to set.
      Returns:
      the OperationMetaServiceSpecification object itself.
    • validate

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