ContainerAppsOperationsExtensions.ListSecretsAsync Method

Definition

List secrets for a 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)

Parameters

operations
IContainerAppsOperations

The operations group for this extension method.

name
String

Name of the Container App.

cancellationToken
CancellationToken

The cancellation token.

Returns

Applies to