ContainerAppResource.GetSecrets(CancellationToken) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.Applications.Containers.Models.ContainerAppSecret> GetSecrets (System.Threading.CancellationToken cancellationToken = default);
abstract member GetSecrets : System.Threading.CancellationToken -> Azure.Pageable<Azure.ResourceManager.Applications.Containers.Models.ContainerAppSecret>
override this.GetSecrets : System.Threading.CancellationToken -> Azure.Pageable<Azure.ResourceManager.Applications.Containers.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.