Class OperationServiceSpecification

java.lang.Object
com.azure.resourcemanager.datafactory.models.OperationServiceSpecification

public final class OperationServiceSpecification extends Object
Details about a service operation.
  • Constructor Details

    • OperationServiceSpecification

      public OperationServiceSpecification()
  • Method Details

    • logSpecifications

      public List<OperationLogSpecification> logSpecifications()
      Get the logSpecifications property: Details about operations related to logs.
      Returns:
      the logSpecifications value.
    • withLogSpecifications

      public OperationServiceSpecification withLogSpecifications(List<OperationLogSpecification> logSpecifications)
      Set the logSpecifications property: Details about operations related to logs.
      Parameters:
      logSpecifications - the logSpecifications value to set.
      Returns:
      the OperationServiceSpecification object itself.
    • metricSpecifications

      public List<OperationMetricSpecification> metricSpecifications()
      Get the metricSpecifications property: Details about operations related to metrics.
      Returns:
      the metricSpecifications value.
    • withMetricSpecifications

      public OperationServiceSpecification withMetricSpecifications(List<OperationMetricSpecification> metricSpecifications)
      Set the metricSpecifications property: Details about operations related to metrics.
      Parameters:
      metricSpecifications - the metricSpecifications value to set.
      Returns:
      the OperationServiceSpecification object itself.
    • validate

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