Share via


ImageRegistryCredential Class

Definition

Image registry credential.

public class ImageRegistryCredential
type ImageRegistryCredential = class
Public Class ImageRegistryCredential
Inheritance
ImageRegistryCredential

Constructors

ImageRegistryCredential()

Initializes a new instance of the ImageRegistryCredential class.

ImageRegistryCredential(String, String, String, String, String)

Initializes a new instance of the ImageRegistryCredential class.

Properties

Identity

Gets or sets the identity for the private registry.

IdentityUrl

Gets or sets the identity URL for the private registry.

Password

Gets or sets the password for the private registry.

Server

Gets or sets the Docker image registry server without a protocol such as "http" and "https".

Username

Gets or sets the username for the private registry.

Methods

Validate()

Validate the object.

Applies to