Share via


ImageSourceRegistry Class

Definition

Information about docker image for the job.

public class ImageSourceRegistry
type ImageSourceRegistry = class
Public Class ImageSourceRegistry
Inheritance
ImageSourceRegistry

Constructors

ImageSourceRegistry()

Initializes a new instance of the ImageSourceRegistry class.

ImageSourceRegistry(String, String, PrivateRegistryCredentials)

Initializes a new instance of the ImageSourceRegistry class.

Properties

Credentials

Gets or sets credentials.

Image

Gets or sets image.

ServerUrl

Gets or sets server URL.

Methods

Validate()

Validate the object.

Applies to