Share via


ImportSourceCredentials Constructors

Definition

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.Fluent.Models.ImportSourceCredentials : string * string -> Microsoft.Azure.Management.ContainerRegistry.Fluent.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