Compartilhar via


ContainerAppResource.GetSecretsAsync(CancellationToken) Método

Definição

Listar segredos para um aplicativo de contêiner Caminho da Solicitação: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.App/containerApps/{containerAppName}/listSecrets Operation Id: ContainerApps_ListSecrets

public virtual Azure.AsyncPageable<Azure.ResourceManager.Applications.Containers.Models.ContainerAppSecret> GetSecretsAsync (System.Threading.CancellationToken cancellationToken = default);
abstract member GetSecretsAsync : System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.Applications.Containers.Models.ContainerAppSecret>
override this.GetSecretsAsync : System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.Applications.Containers.Models.ContainerAppSecret>
Public Overridable Function GetSecretsAsync (Optional cancellationToken As CancellationToken = Nothing) As AsyncPageable(Of ContainerAppSecret)

Parâmetros

cancellationToken
CancellationToken

O token de cancelamento a ser usado.

Retornos

Uma coleção assíncrona de ContainerAppSecret que pode levar várias solicitações de serviço para iterar.

Aplica-se a