Compartilhar via


ContainerAppsOperationsExtensions.ListSecretsAsync Método

Definição

Listar segredos para um aplicativo de contêiner

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)

Parâmetros

operations
IContainerAppsOperations

O grupo de operações para esse método de extensão.

name
String

Nome do Aplicativo de Contêiner.

cancellationToken
CancellationToken

O token de cancelamento.

Retornos

Aplica-se a