SqlDatabasePremiumServiceObjective クラス

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

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

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

フィールドの概要

修飾子と型 フィールドと説明
static final SqlDatabasePremiumServiceObjective P1

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

static final SqlDatabasePremiumServiceObjective P11

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

static final SqlDatabasePremiumServiceObjective P15

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

static final SqlDatabasePremiumServiceObjective P2

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

static final SqlDatabasePremiumServiceObjective P3

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

static final SqlDatabasePremiumServiceObjective P4

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

static final SqlDatabasePremiumServiceObjective P6

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

コンストラクターの概要

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

メソッドの概要

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

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

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

フィールドの詳細

P1

public static final SqlDatabasePremiumServiceObjective P1

ServiceObjectiveName の静的値 P1。

P11

public static final SqlDatabasePremiumServiceObjective P11

ServiceObjectiveName の静的値 P11。

P15

public static final SqlDatabasePremiumServiceObjective P15

ServiceObjectiveName の静的値 P15。

P2

public static final SqlDatabasePremiumServiceObjective P2

ServiceObjectiveName の静的値 P2。

P3

public static final SqlDatabasePremiumServiceObjective P3

ServiceObjectiveName の静的値 P3。

P4

public static final SqlDatabasePremiumServiceObjective P4

ServiceObjectiveName の静的値 P4。

P6

public static final SqlDatabasePremiumServiceObjective P6

ServiceObjectiveName の静的値 P6。

コンストラクターの詳細

SqlDatabasePremiumServiceObjective

public SqlDatabasePremiumServiceObjective()

メソッドの詳細

fromString

public static SqlDatabasePremiumServiceObjective fromString(String name)

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

Parameters:

name - 検索する名前

Returns:

対応する ServiceObjectiveName

values

public static Collection values()

Returns:

既知の ServiceObjectiveName 値

適用対象