ImageRepositoryCredential Constructors
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.
Overloads
ImageRepositoryCredential() |
Initializes a new instance of the ImageRepositoryCredential class. |
ImageRepositoryCredential(String, String, AsymmetricEncryptedSecret) |
Initializes a new instance of the ImageRepositoryCredential class. |
ImageRepositoryCredential()
Initializes a new instance of the ImageRepositoryCredential class.
public ImageRepositoryCredential ();
Public Sub New ()
Applies to
ImageRepositoryCredential(String, String, AsymmetricEncryptedSecret)
Initializes a new instance of the ImageRepositoryCredential class.
public ImageRepositoryCredential (string imageRepositoryUrl, string userName, Microsoft.Azure.Management.DataBoxEdge.Models.AsymmetricEncryptedSecret password = default);
new Microsoft.Azure.Management.DataBoxEdge.Models.ImageRepositoryCredential : string * string * Microsoft.Azure.Management.DataBoxEdge.Models.AsymmetricEncryptedSecret -> Microsoft.Azure.Management.DataBoxEdge.Models.ImageRepositoryCredential
Public Sub New (imageRepositoryUrl As String, userName As String, Optional password As AsymmetricEncryptedSecret = Nothing)
Parameters
- imageRepositoryUrl
- String
Image repository url (e.g.: mcr.microsoft.com).
- userName
- String
Repository user name.
- password
- AsymmetricEncryptedSecret
Repository user password.