Share via


OperationPropertiesFormatServiceSpecification クラス

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

public class OperationPropertiesFormatServiceSpecification

サービスの仕様。

コンストラクターの概要

コンストラクター 説明
OperationPropertiesFormatServiceSpecification()

メソッドの概要

修飾子と型 メソッドと説明
java.util.List<LogSpecification> logSpecifications()

操作ログの仕様を取得します。

java.util.List<MetricSpecification> metricSpecifications()

操作サービスの仕様を取得します。

OperationPropertiesFormatServiceSpecification withLogSpecifications(List<LogSpecification> logSpecifications)

操作ログの指定を設定します。

OperationPropertiesFormatServiceSpecification withMetricSpecifications(List<MetricSpecification> metricSpecifications)

操作サービスの仕様を設定します。

メソッドの継承元: 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

コンストラクターの詳細

OperationPropertiesFormatServiceSpecification

public OperationPropertiesFormatServiceSpecification()

メソッドの詳細

logSpecifications

public List logSpecifications()

操作ログの仕様を取得します。

Returns:

logSpecifications 値

metricSpecifications

public List metricSpecifications()

操作サービスの仕様を取得します。

Returns:

metricSpecifications 値

withLogSpecifications

public OperationPropertiesFormatServiceSpecification withLogSpecifications(List logSpecifications)

操作ログの指定を設定します。

Parameters:

logSpecifications - 設定する logSpecifications 値

Returns:

OperationPropertiesFormatServiceSpecification オブジェクト自体。

withMetricSpecifications

public OperationPropertiesFormatServiceSpecification withMetricSpecifications(List metricSpecifications)

操作サービスの仕様を設定します。

Parameters:

metricSpecifications - 設定する metricSpecifications 値

Returns:

OperationPropertiesFormatServiceSpecification オブジェクト自体。

適用対象