Condividi tramite


SecretSyncCollection.GetAllAsync(CancellationToken) Method

Definition

Lists the SecretSync instances within a resource group.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.SecretSyncController/secretSyncs
  • Operation Id: SecretSync_ListByResourceGroup
  • Default Api Version: 2024-08-21-preview
  • Resource: SecretSyncResource
public virtual Azure.AsyncPageable<Azure.ResourceManager.SecretsStoreExtension.SecretSyncResource> GetAllAsync(System.Threading.CancellationToken cancellationToken = default);
abstract member GetAllAsync : System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.SecretsStoreExtension.SecretSyncResource>
override this.GetAllAsync : System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.SecretsStoreExtension.SecretSyncResource>
Public Overridable Function GetAllAsync (Optional cancellationToken As CancellationToken = Nothing) As AsyncPageable(Of SecretSyncResource)

Parameters

cancellationToken
CancellationToken

The cancellation token to use.

Returns

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

Applies to