Share via


ContainerAppJobResource.GetSecretsAsync(CancellationToken) Method

Definition

List secrets for a container apps job

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.App/jobs/{jobName}/listSecrets
  • Operation Id: Jobs_ListSecrets
public virtual Azure.AsyncPageable<Azure.ResourceManager.AppContainers.Models.ContainerAppWritableSecret> GetSecretsAsync (System.Threading.CancellationToken cancellationToken = default);
abstract member GetSecretsAsync : System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.AppContainers.Models.ContainerAppWritableSecret>
override this.GetSecretsAsync : System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.AppContainers.Models.ContainerAppWritableSecret>
Public Overridable Function GetSecretsAsync (Optional cancellationToken As CancellationToken = Nothing) As AsyncPageable(Of ContainerAppWritableSecret)

Parameters

cancellationToken
CancellationToken

The cancellation token to use.

Returns

An async collection of ContainerAppWritableSecret that may take multiple service requests to iterate over.

Applies to