public class OperationPropertiesFormatServiceSpecification extends Object
| Constructor and Description |
|---|
OperationPropertiesFormatServiceSpecification() |
| Modifier and Type | Method and Description |
|---|---|
List<LogSpecification> |
logSpecifications()
Get operation log specification.
|
List<MetricSpecification> |
metricSpecifications()
Get operation service specification.
|
OperationPropertiesFormatServiceSpecification |
withLogSpecifications(List<LogSpecification> logSpecifications)
Set operation log specification.
|
OperationPropertiesFormatServiceSpecification |
withMetricSpecifications(List<MetricSpecification> metricSpecifications)
Set operation service specification.
|
public OperationPropertiesFormatServiceSpecification()
public List<MetricSpecification> metricSpecifications()
public OperationPropertiesFormatServiceSpecification withMetricSpecifications(List<MetricSpecification> metricSpecifications)
metricSpecifications - the metricSpecifications value to setpublic List<LogSpecification> logSpecifications()
public OperationPropertiesFormatServiceSpecification withLogSpecifications(List<LogSpecification> logSpecifications)
logSpecifications - the logSpecifications value to set/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/