次の方法で共有


AutoGeneratedDomainNameLabelScope クラス

public final class AutoGeneratedDomainNameLabelScope
extends ExpandableStringEnum<AutoGeneratedDomainNameLabelScope>

エンドポイント名の再利用スコープを示します。 既定値は TenantReuse です。

フィールドの概要

修飾子と型 フィールドと説明
static final AutoGeneratedDomainNameLabelScope NO_REUSE

静的な値 自動生成されたドメインラベルスコープの再利用なし

static final AutoGeneratedDomainNameLabelScope RESOURCE_GROUP_REUSE

自動生成されたドメインラベルスコープの静的な値リソースグループの再利用。

static final AutoGeneratedDomainNameLabelScope SUBSCRIPTION_REUSE

自動生成されたドメインラベルスコープの静的な値サブスクリプションの再利用。

static final AutoGeneratedDomainNameLabelScope TENANT_REUSE

自動生成されたドメインラベルスコープの静的な値テナントの再利用。

コンストラクターの概要

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

非推奨

ファクトリ メソッドを使用します fromString(String name)

自動生成されたドメインラベルスコープ値の新しいインスタンスを作成します。

メソッドの概要

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

自動生成されたドメインラベルスコープを、その文字列表現から作成または検索します。

static Collection<AutoGeneratedDomainNameLabelScope> values()

既知の自動生成されたドメインラベルスコープの値を取得します。

メソッドの継承元: ExpandableStringEnum

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

フィールドの詳細

NO_REUSE

public static final AutoGeneratedDomainNameLabelScope NO_REUSE

AutoGeneratedDomainNameLabelScope の静的値 NoReuse。

RESOURCE_GROUP_REUSE

public static final AutoGeneratedDomainNameLabelScope RESOURCE_GROUP_REUSE

AutoGeneratedDomainNameLabelScope の静的値 ResourceGroupReuse。

SUBSCRIPTION_REUSE

public static final AutoGeneratedDomainNameLabelScope SUBSCRIPTION_REUSE

AutoGeneratedDomainNameLabelScope の静的な値 SubscriptionReuse。

TENANT_REUSE

public static final AutoGeneratedDomainNameLabelScope TENANT_REUSE

AutoGeneratedDomainNameLabelScope の静的値 TenantReuse。

コンストラクターの詳細

AutoGeneratedDomainNameLabelScope

@Deprecated
public AutoGeneratedDomainNameLabelScope()

非推奨

ファクトリ メソッドを使用します fromString(String name)

AutoGeneratedDomainNameLabelScope 値の新しいインスタンスを作成します。

メソッドの詳細

fromString

public static AutoGeneratedDomainNameLabelScope fromString(String name)

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

Parameters:

name - 検索する名前。

Returns:

対応する AutoGeneratedDomainNameLabelScope。

values

public static Collection values()

既知の AutoGeneratedDomainNameLabelScope 値を取得します。

Returns:

既知の AutoGeneratedDomainNameLabelScope 値。

適用対象