ManagedServiceIdentityType クラス
- java.
lang. Object - com.
azure. core. util. ExpandableStringEnum<T> - com.
azure. resourcemanager. cdn. models. ManagedServiceIdentityType
- com.
- com.
public final class ManagedServiceIdentityType
extends ExpandableStringEnum<ManagedServiceIdentityType>
マネージド サービス ID の種類 (SystemAssigned 型と UserAssigned 型の両方が許可されます)。
フィールドの概要
修飾子と型 | フィールドと説明 |
---|---|
static final
Managed |
NONE
マネージド |
static final
Managed |
SYSTEM_ASSIGNED
マネージド |
static final
Managed |
SYSTEM_ASSIGNED_USER_ASSIGNED
静的な値システム |
static final
Managed |
USER_ASSIGNED
マネージド |
コンストラクターの概要
コンストラクター | 説明 |
---|---|
ManagedServiceIdentityType() |
非推奨
ファクトリ メソッドを使用します fromString(String name) 。
マネージド |
メソッドの概要
修飾子と型 | メソッドと説明 |
---|---|
static
Managed |
fromString(String name)
マネージド |
static
Collection<Managed |
values()
既知のマネージド |
メソッドの継承元: ExpandableStringEnum
メソッドの継承元: java.lang.Object
フィールドの詳細
NONE
public static final ManagedServiceIdentityType NONE
ManagedServiceIdentityType の静的な値 None。
SYSTEM_ASSIGNED
public static final ManagedServiceIdentityType SYSTEM_ASSIGNED
ManagedServiceIdentityType の静的な値 SystemAssigned。
SYSTEM_ASSIGNED_USER_ASSIGNED
public static final ManagedServiceIdentityType SYSTEM_ASSIGNED_USER_ASSIGNED
ManagedServiceIdentityType の静的な値 SystemAssigned、UserAssigned。
USER_ASSIGNED
public static final ManagedServiceIdentityType USER_ASSIGNED
ManagedServiceIdentityType の静的値 UserAssigned。
コンストラクターの詳細
ManagedServiceIdentityType
@Deprecated
public ManagedServiceIdentityType()
非推奨
ManagedServiceIdentityType 値の新しいインスタンスを作成します。
メソッドの詳細
fromString
public static ManagedServiceIdentityType fromString(String name)
文字列表現から ManagedServiceIdentityType を作成または検索します。
Parameters:
Returns:
values
public static Collection
既知の ManagedServiceIdentityType 値を取得します。
Returns:
適用対象
Azure SDK for Java