PrimaryAggregationType クラス

  • java.lang.Object
    • com.microsoft.rest.ExpandableStringEnum
      • com.microsoft.azure.management.sql.PrimaryAggregationType

public final class PrimaryAggregationType
extends com.microsoft.rest.ExpandableStringEnum<PrimaryAggregationType>

PrimaryAggregationType の値を定義します。

フィールドの概要

修飾子と型 フィールドと説明
static final PrimaryAggregationType AVERAGE

プライマリ集計の種類の静的な値の平均。

static final PrimaryAggregationType COUNT

[プライマリ集計の種類] の静的な値 Count。

static final PrimaryAggregationType MAXIMUM

[プライマリ集計の種類] の静的な値 [最大値] 。

static final PrimaryAggregationType MINIMUM

[プライマリ集計の種類] の静的な値の最小値。

static final PrimaryAggregationType NONE

プライマリ集計の種類の静的な値 None。

static final PrimaryAggregationType TOTAL

プライマリ集計の種類の静的な値 Total。

コンストラクターの概要

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

メソッドの概要

修飾子と型 メソッドと説明
static PrimaryAggregationType fromString(String name)

プライマリ集計の種類を、その文字列表現から作成または検索します。

static java.util.Collection<PrimaryAggregationType> values()

メソッドの継承元: com.microsoft.rest.ExpandableStringEnum

com.microsoft.rest.ExpandableStringEnum.<T>fromString com.microsoft.rest.ExpandableStringEnum.<T>values com.microsoft.rest.ExpandableStringEnum.equals com.microsoft.rest.ExpandableStringEnum.hashCode com.microsoft.rest.ExpandableStringEnum.toString com.microsoft.rest.ExpandableStringEnum.withNameValue

メソッドの継承元: java.lang.Object

java.lang.Object.clone java.lang.Object.finalize java.lang.Object.getClass java.lang.Object.notify java.lang.Object.notifyAll java.lang.Object.wait java.lang.Object.wait java.lang.Object.wait

フィールドの詳細

AVERAGE

public static final PrimaryAggregationType AVERAGE

PrimaryAggregationType の静的値 Average。

COUNT

public static final PrimaryAggregationType COUNT

PrimaryAggregationType の静的な値 Count。

MAXIMUM

public static final PrimaryAggregationType MAXIMUM

PrimaryAggregationType の静的な値 Maximum。

MINIMUM

public static final PrimaryAggregationType MINIMUM

PrimaryAggregationType の静的な値 Minimum。

NONE

public static final PrimaryAggregationType NONE

PrimaryAggregationType の静的な値 None。

TOTAL

public static final PrimaryAggregationType TOTAL

PrimaryAggregationType の静的な値 Total。

コンストラクターの詳細

PrimaryAggregationType

public PrimaryAggregationType()

メソッドの詳細

fromString

public static PrimaryAggregationType fromString(String name)

PrimaryAggregationType を文字列表現から作成または検索します。

Parameters:

name - 検索する名前

Returns:

対応する PrimaryAggregationType

values

public static Collection values()

Returns:

既知の PrimaryAggregationType 値

適用対象