ImageSourceRegistry Class

Information about docker image for the job.

All required parameters must be populated in order to send to Azure.

Inheritance
ImageSourceRegistry

Constructor

ImageSourceRegistry(*, image: str, server_url: Optional[str] = None, credentials: Optional[azure.mgmt.batchai.models._models_py3.PrivateRegistryCredentials] = None, **kwargs)

Parameters

server_url
str
Required

URL for image repository.

image
str
Required

Required. The name of the image in the image repository.

credentials
<xref:batch_ai.models.PrivateRegistryCredentials>
Required

Credentials to access the private docker repository.