次の方法で共有


CustomRegistryCredentials クラス

実行時にカスタム レジストリにアクセスするために使用される資格情報について説明します。

継承
azure.mgmt.containerregistry._serialization.Model
CustomRegistryCredentials

コンストラクター

CustomRegistryCredentials(*, user_name: _models.SecretObject | None = None, password: _models.SecretObject | None = None, **kwargs: Any)

キーワードのみのパラメーター

名前 説明
user_name

カスタム レジストリにログインするためのユーザー名。

password

カスタム レジストリにログインするためのパスワード。 パスワードは、値を提供する複数の方法を許可するシークレット オブジェクトです。

変数

名前 説明
user_name

カスタム レジストリにログインするためのユーザー名。

password

カスタム レジストリにログインするためのパスワード。 パスワードは、値を提供する複数の方法を許可するシークレット オブジェクトです。