次の方法で共有


ManagedServiceIdentityType クラス

public final class ManagedServiceIdentityType
extends ExpandableStringEnum<ManagedServiceIdentityType>

マネージド サービス ID の種類 (SystemAssigned 型と UserAssigned 型の両方が許可されます)。

フィールドの概要

修飾子と型 フィールドと説明
static final ManagedServiceIdentityType NONE

マネージドサービスIDの種類の静的な値 None。

static final ManagedServiceIdentityType SYSTEM_ASSIGNED

マネージドサービスIDの種類に対して割り当てられた静的な値システム

static final ManagedServiceIdentityType SYSTEM_ASSIGNED_USER_ASSIGNED

静的な値システム割り当て、マネージドサービスIDの種類のユーザー割り当て。

static final ManagedServiceIdentityType USER_ASSIGNED

マネージドサービスIDの種類に対してユーザー割り当て済みの静的な値。

コンストラクターの概要

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

非推奨

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

マネージドサービスID の種類の値の新しいインスタンスを作成します。

メソッドの概要

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

マネージドサービスIDの種類を、その文字列表現から作成または検索します。

static Collection<ManagedServiceIdentityType> values()

既知のマネージドサービスID の種類の値を取得します。

メソッドの継承元: 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()

非推奨

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

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

メソッドの詳細

fromString

public static ManagedServiceIdentityType fromString(String name)

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

Parameters:

name - 検索する名前。

Returns:

対応する ManagedServiceIdentityType。

values

public static Collection values()

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

Returns:

既知の ManagedServiceIdentityType 値。

適用対象