InstancePoolLicenseType クラス

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

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

InstancePoolLicenseType の値を定義します。

フィールドの概要

修飾子と型 フィールドと説明
static final InstancePoolLicenseType BASE_PRICE

インスタンスプールライセンスの種類の静的な値の基本価格。

static final InstancePoolLicenseType LICENSE_INCLUDED

インスタンス プール ライセンスの種類に含まれる静的な値のライセンス

コンストラクターの概要

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

メソッドの概要

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

インスタンス プールライセンスの種類を文字列形式で作成または検索します

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

フィールドの詳細

BASE_PRICE

public static final InstancePoolLicenseType BASE_PRICE

InstancePoolLicenseType の静的値 BasePrice。

LICENSE_INCLUDED

public static final InstancePoolLicenseType LICENSE_INCLUDED

InstancePoolLicenseType の静的値 LicenseIncluded。

コンストラクターの詳細

InstancePoolLicenseType

public InstancePoolLicenseType()

メソッドの詳細

fromString

public static InstancePoolLicenseType fromString(String name)

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

Parameters:

name - 検索する名前

Returns:

対応する InstancePoolLicenseType

values

public static Collection values()

Returns:

既知の InstancePoolLicenseType 値

適用対象