Credentials 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.
The parameters that describes a set of credentials that will be used when a run is invoked.
public class Credentials
type Credentials = class
Public Class Credentials
- Inheritance
-
Credentials
Constructors
Credentials() |
Initializes a new instance of the Credentials class. |
Credentials(SourceRegistryCredentials, IDictionary<String,CustomRegistryCredentials>) |
Initializes a new instance of the Credentials class. |
Properties
CustomRegistries |
Gets or sets describes the credential parameters for accessing other custom registries. The key for the dictionary item will be the registry login server (myregistry.azurecr.io) and the value of the item will be the registry credentials for accessing the registry. |
SourceRegistry |
Gets or sets describes the credential parameters for accessing the source registry. |
Applies to
Azure SDK for .NET