ImageRegistryCredential Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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) |
Initializes a new instance of the ImageRegistryCredential class. |
Properties
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. |