AutoGeneratedDomainNameLabelScope クラス
- java.
lang. Object - com.
azure. core. util. ExpandableStringEnum<T> - com.
azure. resourcemanager. cdn. models. AutoGeneratedDomainNameLabelScope
- com.
- com.
public final class AutoGeneratedDomainNameLabelScope
extends ExpandableStringEnum<AutoGeneratedDomainNameLabelScope>
エンドポイント名の再利用スコープを示します。 既定値は TenantReuse です。
フィールドの概要
修飾子と型 | フィールドと説明 |
---|---|
static final
Auto |
NO_REUSE
静的な値 自動生成 |
static final
Auto |
RESOURCE_GROUP_REUSE
自動生成 |
static final
Auto |
SUBSCRIPTION_REUSE
自動生成 |
static final
Auto |
TENANT_REUSE
自動生成 |
コンストラクターの概要
コンストラクター | 説明 |
---|---|
AutoGeneratedDomainNameLabelScope() |
非推奨
ファクトリ メソッドを使用します fromString(String name) 。
自動生成 |
メソッドの概要
修飾子と型 | メソッドと説明 |
---|---|
static
Auto |
fromString(String name)
自動生成された |
static
Collection<Auto |
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()
非推奨
AutoGeneratedDomainNameLabelScope 値の新しいインスタンスを作成します。
メソッドの詳細
fromString
public static AutoGeneratedDomainNameLabelScope fromString(String name)
文字列表現から AutoGeneratedDomainNameLabelScope を作成または検索します。
Parameters:
Returns:
values
public static Collection
既知の AutoGeneratedDomainNameLabelScope 値を取得します。
Returns:
適用対象
Azure SDK for Java