RegistryCredentials 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
RegistryCredentials() |
Initializes a new instance of the RegistryCredentials class. |
RegistryCredentials(String, String, String) |
Initializes a new instance of the RegistryCredentials class. |
RegistryCredentials()
Initializes a new instance of the RegistryCredentials class.
public RegistryCredentials ();
Public Sub New ()
Applies to
RegistryCredentials(String, String, String)
Initializes a new instance of the RegistryCredentials class.
public RegistryCredentials (string server = default, string username = default, string passwordSecretRef = default);
new Microsoft.Azure.Management.WebSites.Models.RegistryCredentials : string * string * string -> Microsoft.Azure.Management.WebSites.Models.RegistryCredentials
Public Sub New (Optional server As String = Nothing, Optional username As String = Nothing, Optional passwordSecretRef As String = Nothing)
Parameters
- server
- String
Container Registry Server
- username
- String
Container Registry Username
- passwordSecretRef
- String
The name of the Secret that contains the registry login password
Applies to
Azure SDK for .NET