ValidateContainerSettingsRequest Class
Container settings validation request context.
Constructor
ValidateContainerSettingsRequest(*, base_url: str | None = None, username: str | None = None, password: str | None = None, repository: str | None = None, tag: str | None = None, platform: str | None = None, **kwargs: Any)
Keyword-Only Parameters
Name | Description |
---|---|
base_url
|
Base URL of the container registry. |
username
|
Username for to access the container registry. |
password
|
Password for to access the container registry. |
repository
|
Repository name (image name). |
tag
|
Image tag. |
platform
|
Platform (windows or linux). |
Variables
Name | Description |
---|---|
base_url
|
Base URL of the container registry. |
username
|
Username for to access the container registry. |
password
|
Password for to access the container registry. |
repository
|
Repository name (image name). |
tag
|
Image tag. |
platform
|
Platform (windows or linux). |
Zusammenarbeit auf GitHub
Die Quelle für diesen Inhalt finden Sie auf GitHub, wo Sie auch Issues und Pull Requests erstellen und überprüfen können. Weitere Informationen finden Sie in unserem Leitfaden für Mitwirkende.
Azure SDK for Python