次の方法で共有


ContainerRegistry クラス

プライベート コンテナー レジストリ。

継承
azure.mgmt.batch._serialization.Model
ContainerRegistry

コンストラクター

ContainerRegistry(*, user_name: str | None = None, password: str | None = None, registry_server: str | None = None, identity_reference: _models.ComputeNodeIdentityReference | None = None, **kwargs: Any)

Keyword-Only パラメータ

名前 説明
user_name
str

レジストリ サーバーにログインするユーザー名。

password
str

レジストリ サーバーにログインするためのパスワード。

registry_server
str

省略すると、既定値は "docker.io" になります。

identity_reference

コンピューティング ノードが使用する Batch プールに関連付けられているユーザー割り当て ID への参照。

変数

名前 説明
user_name
str

レジストリ サーバーにログインするユーザー名。

password
str

レジストリ サーバーにログインするためのパスワード。

registry_server
str

省略すると、既定値は "docker.io" になります。

identity_reference

コンピューティング ノードが使用する Batch プールに関連付けられているユーザー割り当て ID への参照。