次の方法で共有


UserIdentityProperties クラス

  • java.lang.Object
    • com.azure.resourcemanager.containerregistry.models.UserIdentityProperties

public final class UserIdentityProperties

UserIdentityProperties モデル。

コンストラクターの概要

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

ユーザーID プロパティ クラスのインスタンスを作成します。

メソッドの概要

修飾子と型 メソッドと説明
String clientId()

クライアントID プロパティの取得: ユーザー割り当て ID のクライアント ID。

String principalId()

プリンシパルID プロパティの取得: ユーザー割り当て ID のプリンシパル ID。

void validate()

インスタンスを検証します。

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

コンストラクターの詳細

UserIdentityProperties

public UserIdentityProperties()

UserIdentityProperties クラスのインスタンスを作成します。

メソッドの詳細

clientId

public String clientId()

clientId プロパティの取得: ユーザー割り当て ID のクライアント ID。

Returns:

clientId 値。

principalId

public String principalId()

principalId プロパティの取得: ユーザー割り当て ID のプリンシパル ID。

Returns:

principalId 値。

validate

public void validate()

インスタンスを検証します。

適用対象