Class ServiceSpecification
- java.lang.Object
-
- com.azure.resourcemanager.cdn.models.ServiceSpecification
-
public final class ServiceSpecification extends Object
One property of operation, include log specifications.
-
-
Constructor Summary
Constructors Constructor Description ServiceSpecification()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<LogSpecification>logSpecifications()Get the logSpecifications property: Log specifications of operation.List<MetricSpecification>metricSpecifications()Get the metricSpecifications property: Metric specifications of operation.voidvalidate()Validates the instance.ServiceSpecificationwithLogSpecifications(List<LogSpecification> logSpecifications)Set the logSpecifications property: Log specifications of operation.ServiceSpecificationwithMetricSpecifications(List<MetricSpecification> metricSpecifications)Set the metricSpecifications property: Metric specifications of operation.
-
-
-
Method Detail
-
logSpecifications
public List<LogSpecification> logSpecifications()
Get the logSpecifications property: Log specifications of operation.- Returns:
- the logSpecifications value.
-
withLogSpecifications
public ServiceSpecification withLogSpecifications(List<LogSpecification> logSpecifications)
Set the logSpecifications property: Log specifications of operation.- Parameters:
logSpecifications- the logSpecifications value to set.- Returns:
- the ServiceSpecification object itself.
-
metricSpecifications
public List<MetricSpecification> metricSpecifications()
Get the metricSpecifications property: Metric specifications of operation.- Returns:
- the metricSpecifications value.
-
withMetricSpecifications
public ServiceSpecification withMetricSpecifications(List<MetricSpecification> metricSpecifications)
Set the metricSpecifications property: Metric specifications of operation.- Parameters:
metricSpecifications- the metricSpecifications value to set.- Returns:
- the ServiceSpecification object itself.
-
validate
public void validate()
Validates the instance.- Throws:
IllegalArgumentException- thrown if the instance is not valid.
-
-