Share via


RegistryListCredentialsResult Constructors

Definition

Overloads

RegistryListCredentialsResult()

Initializes a new instance of the RegistryListCredentialsResult class.

RegistryListCredentialsResult(String, IList<RegistryPassword>)

Initializes a new instance of the RegistryListCredentialsResult class.

RegistryListCredentialsResult()

Initializes a new instance of the RegistryListCredentialsResult class.

public RegistryListCredentialsResult ();
Public Sub New ()

Applies to

RegistryListCredentialsResult(String, IList<RegistryPassword>)

Initializes a new instance of the RegistryListCredentialsResult class.

public RegistryListCredentialsResult (string username = default, System.Collections.Generic.IList<Microsoft.Azure.Management.ContainerRegistry.Models.RegistryPassword> passwords = default);
new Microsoft.Azure.Management.ContainerRegistry.Models.RegistryListCredentialsResult : string * System.Collections.Generic.IList<Microsoft.Azure.Management.ContainerRegistry.Models.RegistryPassword> -> Microsoft.Azure.Management.ContainerRegistry.Models.RegistryListCredentialsResult
Public Sub New (Optional username As String = Nothing, Optional passwords As IList(Of RegistryPassword) = Nothing)

Parameters

username
String

The username for a container registry.

passwords
IList<RegistryPassword>

The list of passwords for a container registry.

Applies to