SqlDatabaseStandardServiceObjective クラス

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

public class SqlDatabaseStandardServiceObjective
extends com.microsoft.rest.ExpandableStringEnum<SqlDatabaseStandardServiceObjective>

"Standard" Azure SQL Database の構成済みサービス レベル目標の名前。

フィールドの概要

修飾子と型 フィールドと説明
static final SqlDatabaseStandardServiceObjective S0

SqlDatabaseStandardServiceObjective の静的な値 S0。

static final SqlDatabaseStandardServiceObjective S1

サービス目標名の静的な値 S1。

static final SqlDatabaseStandardServiceObjective S12

サービス目標名の静的値 S12。

static final SqlDatabaseStandardServiceObjective S2

サービス目標名の静的値 S2。

static final SqlDatabaseStandardServiceObjective S3

サービス目標名の静的値 S3。

static final SqlDatabaseStandardServiceObjective S4

サービス目標名の静的値 S4。

static final SqlDatabaseStandardServiceObjective S6

サービス目標名の静的値 S6。

static final SqlDatabaseStandardServiceObjective S7

サービス目標名の静的値 S7。

static final SqlDatabaseStandardServiceObjective S9

サービス目標名の静的値 S9。

コンストラクターの概要

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

メソッドの概要

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

文字列表現からサービス目標名を作成または検索します。

static java.util.Collection<SqlDatabaseStandardServiceObjective> 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

フィールドの詳細

S0

public static final SqlDatabaseStandardServiceObjective S0

SqlDatabaseStandardServiceObjective の静的値 S0。

S1

public static final SqlDatabaseStandardServiceObjective S1

ServiceObjectiveName の静的値 S1。

S12

public static final SqlDatabaseStandardServiceObjective S12

ServiceObjectiveName の静的値 S12。

S2

public static final SqlDatabaseStandardServiceObjective S2

ServiceObjectiveName の静的値 S2。

S3

public static final SqlDatabaseStandardServiceObjective S3

ServiceObjectiveName の静的な値 S3。

S4

public static final SqlDatabaseStandardServiceObjective S4

ServiceObjectiveName の静的な値 S4。

S6

public static final SqlDatabaseStandardServiceObjective S6

ServiceObjectiveName の静的値 S6。

S7

public static final SqlDatabaseStandardServiceObjective S7

ServiceObjectiveName の静的な値 S7。

S9

public static final SqlDatabaseStandardServiceObjective S9

ServiceObjectiveName の静的値 S9。

コンストラクターの詳細

SqlDatabaseStandardServiceObjective

public SqlDatabaseStandardServiceObjective()

メソッドの詳細

fromString

public static SqlDatabaseStandardServiceObjective fromString(String name)

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

Parameters:

name - 検索する名前

Returns:

対応する ServiceObjectiveName

values

public static Collection values()

Returns:

既知の ServiceObjectiveName 値

適用対象