IRegistryCredentials Interface

Definition

Response containing the login credentials for a container registry.

public interface IRegistryCredentials : Microsoft.Azure.Management.ResourceManager.Fluent.Core.IBeta
type IRegistryCredentials = interface
    interface IBeta
Public Interface IRegistryCredentials
Implements IBeta
Implements

Properties

AccessKeys

Gets The admin user access key names and values which can be used to login into the container registry.

Username

Gets the username value which can be used to login into the container registry.

Applies to