Class OperationServiceSpecification
java.lang.Object
com.azure.resourcemanager.datafactory.models.OperationServiceSpecification
Details about a service operation.
-
Constructor Summary
ConstructorDescriptionCreates an instance of OperationServiceSpecification class. -
Method Summary
Modifier and TypeMethodDescriptionGet the logSpecifications property: Details about operations related to logs.Get the metricSpecifications property: Details about operations related to metrics.void
validate()
Validates the instance.withLogSpecifications
(List<OperationLogSpecification> logSpecifications) Set the logSpecifications property: Details about operations related to logs.withMetricSpecifications
(List<OperationMetricSpecification> metricSpecifications) Set the metricSpecifications property: Details about operations related to metrics.
-
Constructor Details
-
OperationServiceSpecification
public OperationServiceSpecification()Creates an instance of OperationServiceSpecification class.
-
-
Method Details
-
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
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.
-