Freigeben über


ContainerAppsOperationsExtensions.ListSecretsAsync Methode

Definition

Auflisten von Geheimnissen für eine Container-App

public static System.Threading.Tasks.Task<Microsoft.Azure.Management.WebSites.Models.SecretsCollection> ListSecretsAsync (this Microsoft.Azure.Management.WebSites.IContainerAppsOperations operations, string name, System.Threading.CancellationToken cancellationToken = default);
static member ListSecretsAsync : Microsoft.Azure.Management.WebSites.IContainerAppsOperations * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Management.WebSites.Models.SecretsCollection>
<Extension()>
Public Function ListSecretsAsync (operations As IContainerAppsOperations, name As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of SecretsCollection)

Parameter

operations
IContainerAppsOperations

Die Vorgangsgruppe für diese Erweiterungsmethode.

name
String

Name der Container-App.

cancellationToken
CancellationToken

Das Abbruchtoken.

Gibt zurück

Gilt für: