SourceRegistryCredentials 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
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
Azure SDK for .NET