public final class OperationPropertiesFormatServiceSpecification extends Object
| Constructor and Description |
|---|
OperationPropertiesFormatServiceSpecification() |
| Modifier and Type | Method and Description |
|---|---|
List<LogSpecification> |
logSpecifications()
Get the logSpecifications property: Operation log specification.
|
List<MetricSpecification> |
metricSpecifications()
Get the metricSpecifications property: Operation service specification.
|
void |
validate()
Validates the instance.
|
OperationPropertiesFormatServiceSpecification |
withLogSpecifications(List<LogSpecification> logSpecifications)
Set the logSpecifications property: Operation log specification.
|
OperationPropertiesFormatServiceSpecification |
withMetricSpecifications(List<MetricSpecification> metricSpecifications)
Set the metricSpecifications property: Operation service specification.
|
public OperationPropertiesFormatServiceSpecification()
public List<MetricSpecification> metricSpecifications()
public OperationPropertiesFormatServiceSpecification withMetricSpecifications(List<MetricSpecification> metricSpecifications)
metricSpecifications - the metricSpecifications value to set.public List<LogSpecification> logSpecifications()
public OperationPropertiesFormatServiceSpecification withLogSpecifications(List<LogSpecification> logSpecifications)
logSpecifications - the logSpecifications value to set.public void validate()
IllegalArgumentException - thrown if the instance is not valid.Copyright © 2021 Microsoft Corporation. All rights reserved.