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
-
System.ObjectImageRegistryCredential
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. |