public class ServiceSpecification extends Object
| Constructor and Description |
|---|
ServiceSpecification() |
| Modifier and Type | Method and Description |
|---|---|
List<MetricSpecification> |
metricSpecifications()
Get metric specifications of operation.
|
ServiceSpecification |
withMetricSpecifications(List<MetricSpecification> metricSpecifications)
Set metric specifications of operation.
|
public List<MetricSpecification> metricSpecifications()
public ServiceSpecification withMetricSpecifications(List<MetricSpecification> metricSpecifications)
metricSpecifications - the metricSpecifications 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.
*/