Freigeben über


RegistriesOperationsExtensions.ListCredentialsAsync Methode

Definition

Listet die Anmeldeinformationen für die angegebene Containerregistrierung auf.

public static System.Threading.Tasks.Task<Microsoft.Azure.Management.ContainerRegistry.Fluent.Models.RegistryListCredentialsResultInner> ListCredentialsAsync (this Microsoft.Azure.Management.ContainerRegistry.Fluent.IRegistriesOperations operations, string resourceGroupName, string registryName, System.Threading.CancellationToken cancellationToken = default);
static member ListCredentialsAsync : Microsoft.Azure.Management.ContainerRegistry.Fluent.IRegistriesOperations * string * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Management.ContainerRegistry.Fluent.Models.RegistryListCredentialsResultInner>
<Extension()>
Public Function ListCredentialsAsync (operations As IRegistriesOperations, resourceGroupName As String, registryName As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of RegistryListCredentialsResultInner)

Parameter

operations
IRegistriesOperations

Die Vorgangsgruppe für diese Erweiterungsmethode.

resourceGroupName
String

Der Name der Ressourcengruppe, zu der die Containerregistrierung gehört.

registryName
String

Der Name der Containerregistrierung.

cancellationToken
CancellationToken

Das Abbruchtoken.

Gibt zurück

Gilt für: