Partager via


ContainerAppResource.GetSecretsAsync(CancellationToken) Méthode

Définition

Lister les secrets d’un chemin de demande d’application conteneur : /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)

Paramètres

cancellationToken
CancellationToken

Jeton d’annulation à utiliser.

Retours

Collection asynchrone de qui peut nécessiter plusieurs demandes de ContainerAppSecret service pour itérer.

S’applique à