OperationPropertiesFormatServiceSpecification Class

  • java.lang.Object
    • com.microsoft.azure.management.network.OperationPropertiesFormatServiceSpecification

public class OperationPropertiesFormatServiceSpecification

Specification of the service.

Constructor Summary

Constructor Description
OperationPropertiesFormatServiceSpecification()

Method Summary

Modifier and Type Method and Description
java.util.List<LogSpecification> logSpecifications()

Get operation log specification.

java.util.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.

Methods inherited from java.lang.Object

java.lang.Object.clone java.lang.Object.equals java.lang.Object.finalize java.lang.Object.getClass java.lang.Object.hashCode java.lang.Object.notify java.lang.Object.notifyAll java.lang.Object.toString java.lang.Object.wait java.lang.Object.wait java.lang.Object.wait

Constructor Details

OperationPropertiesFormatServiceSpecification

public OperationPropertiesFormatServiceSpecification()

Method Details

logSpecifications

public List logSpecifications()

Get operation log specification.

Returns:

the logSpecifications value

metricSpecifications

public List metricSpecifications()

Get operation service specification.

Returns:

the metricSpecifications value

withLogSpecifications

public OperationPropertiesFormatServiceSpecification withLogSpecifications(List logSpecifications)

Set operation log specification.

Parameters:

logSpecifications - the logSpecifications value to set

Returns:

the OperationPropertiesFormatServiceSpecification object itself.

withMetricSpecifications

public OperationPropertiesFormatServiceSpecification withMetricSpecifications(List metricSpecifications)

Set operation service specification.

Parameters:

metricSpecifications - the metricSpecifications value to set

Returns:

the OperationPropertiesFormatServiceSpecification object itself.

Applies to