SourceRegistryCredentials Class
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.
Describes the credential parameters for accessing the source registry.
public class SourceRegistryCredentials
type SourceRegistryCredentials = class
Public Class SourceRegistryCredentials
- Inheritance
-
SourceRegistryCredentials
Constructors
SourceRegistryCredentials() |
Initializes a new instance of the SourceRegistryCredentials class. |
SourceRegistryCredentials(String) |
Initializes a new instance of the SourceRegistryCredentials class. |
Properties
LoginMode |
Gets or sets 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