Share via


ContainerAppResource.GetSecrets(CancellationToken) Method

Definition

List secrets for a container app

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.App/containerApps/{containerAppName}/listSecrets
  • Operation Id: ContainerApps_ListSecrets
public virtual Azure.Pageable<Azure.ResourceManager.AppContainers.Models.ContainerAppSecret> GetSecrets (System.Threading.CancellationToken cancellationToken = default);
abstract member GetSecrets : System.Threading.CancellationToken -> Azure.Pageable<Azure.ResourceManager.AppContainers.Models.ContainerAppSecret>
override this.GetSecrets : System.Threading.CancellationToken -> Azure.Pageable<Azure.ResourceManager.AppContainers.Models.ContainerAppSecret>
Public Overridable Function GetSecrets (Optional cancellationToken As CancellationToken = Nothing) As Pageable(Of ContainerAppSecret)

Parameters

cancellationToken
CancellationToken

The cancellation token to use.

Returns

A collection of ContainerAppSecret that may take multiple service requests to iterate over.

Applies to