Share via


RegistryListCredentialsResult Class

Definition

The response from the ListCredentials operation.

public class RegistryListCredentialsResult
type RegistryListCredentialsResult = class
Public Class RegistryListCredentialsResult
Inheritance
RegistryListCredentialsResult

Constructors

RegistryListCredentialsResult()

Initializes a new instance of the RegistryListCredentialsResult class.

RegistryListCredentialsResult(String, IList<RegistryPassword>)

Initializes a new instance of the RegistryListCredentialsResult class.

Properties

Passwords

Gets or sets the list of passwords for a container registry.

Username

Gets or sets the username for a container registry.

Applies to