Share via


RegistryCredentials Constructors

Definition

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