Class OperationPropertiesFormatServiceSpecification
java.lang.Object
com.microsoft.azure.management.network.OperationPropertiesFormatServiceSpecification
Specification of the service.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGet operation log specification.Get operation service specification.withLogSpecifications
(List<LogSpecification> logSpecifications) Set operation log specification.withMetricSpecifications
(List<MetricSpecification> metricSpecifications) Set operation service specification.
-
Constructor Details
-
OperationPropertiesFormatServiceSpecification
public OperationPropertiesFormatServiceSpecification()
-
-
Method Details
-
metricSpecifications
Get operation service specification.- Returns:
- the metricSpecifications value
-
withMetricSpecifications
public OperationPropertiesFormatServiceSpecification withMetricSpecifications(List<MetricSpecification> metricSpecifications) Set operation service specification.- Parameters:
metricSpecifications
- the metricSpecifications value to set- Returns:
- the OperationPropertiesFormatServiceSpecification object itself.
-
logSpecifications
Get operation log specification.- Returns:
- the logSpecifications value
-
withLogSpecifications
public OperationPropertiesFormatServiceSpecification withLogSpecifications(List<LogSpecification> logSpecifications) Set operation log specification.- Parameters:
logSpecifications
- the logSpecifications value to set- Returns:
- the OperationPropertiesFormatServiceSpecification object itself.
-