ImportSourceCredentials 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
ImportSourceCredentials() |
Initializes a new instance of the ImportSourceCredentials class. |
ImportSourceCredentials(String, String) |
Initializes a new instance of the ImportSourceCredentials class. |
ImportSourceCredentials()
Initializes a new instance of the ImportSourceCredentials class.
public ImportSourceCredentials ();
Public Sub New ()
Applies to
ImportSourceCredentials(String, String)
Initializes a new instance of the ImportSourceCredentials class.
public ImportSourceCredentials (string password, string username = default);
new Microsoft.Azure.Management.ContainerRegistry.Models.ImportSourceCredentials : string * string -> Microsoft.Azure.Management.ContainerRegistry.Models.ImportSourceCredentials
Public Sub New (password As String, Optional username As String = Nothing)
Parameters
- password
- String
The password used to authenticate with the source registry.
- username
- String
The username to authenticate with the source registry.
Applies to
Azure SDK for .NET