Share via


SourceRegistryCredentials Constructors

Definition

Overloads

SourceRegistryCredentials()

Initializes a new instance of the SourceRegistryCredentials class.

SourceRegistryCredentials(String)

Initializes a new instance of the SourceRegistryCredentials class.

SourceRegistryCredentials()

Initializes a new instance of the SourceRegistryCredentials class.

public SourceRegistryCredentials ();
Public Sub New ()

Applies to

SourceRegistryCredentials(String)

Initializes a new instance of the SourceRegistryCredentials class.

public SourceRegistryCredentials (string loginMode = default);
new Microsoft.Azure.Management.ContainerRegistry.Models.SourceRegistryCredentials : string -> Microsoft.Azure.Management.ContainerRegistry.Models.SourceRegistryCredentials
Public Sub New (Optional loginMode As String = Nothing)

Parameters

loginMode
String

The authentication mode which determines the source registry login scope. The credentials for the source registry will be generated using the given scope. These credentials will be used to login to the source registry during the run. Possible values include: 'None', 'Default'

Applies to