ImageRepositoryCredentials 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.
ImageRepositoryCredentials represents the credentials used to login to the image repository.
public class ImageRepositoryCredentials
type ImageRepositoryCredentials = class
Public Class ImageRepositoryCredentials
- Inheritance
-
ImageRepositoryCredentials
Constructors
ImageRepositoryCredentials(String, String) |
Initializes a new instance of ImageRepositoryCredentials. |
Properties
Password |
The password or token used to access an image in the target repository. |
RegistryUriString |
The URL of the authentication server used to validate the repository credentials. |
Username |
The username used to access an image in the target repository. |
Applies to
Azure SDK for .NET