Class ServiceSpecification
java.lang.Object
com.microsoft.azure.management.storage.ServiceSpecification
One property of operation, include metric specifications.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGet metric specifications of operation.withMetricSpecifications
(List<MetricSpecification> metricSpecifications) Set metric specifications of operation.
-
Constructor Details
-
ServiceSpecification
public ServiceSpecification()
-
-
Method Details
-
metricSpecifications
Get metric specifications of operation.- Returns:
- the metricSpecifications value
-
withMetricSpecifications
public ServiceSpecification withMetricSpecifications(List<MetricSpecification> metricSpecifications) Set metric specifications of operation.- Parameters:
metricSpecifications
- the metricSpecifications value to set- Returns:
- the ServiceSpecification object itself.
-