Share via


MockableSecretsStoreExtensionSubscriptionResource.GetSecretSyncsAsync Method

Definition

Lists the SecretSync instances within an Azure subscription.

  • Request Path: /subscriptions/{subscriptionId}/providers/Microsoft.SecretSyncController/secretSyncs
  • Operation Id: SecretSync_ListBySubscription
  • Default Api Version: 2024-08-21-preview
  • Resource: SecretSyncResource
public virtual Azure.AsyncPageable<Azure.ResourceManager.SecretsStoreExtension.SecretSyncResource> GetSecretSyncsAsync(System.Threading.CancellationToken cancellationToken = default);
abstract member GetSecretSyncsAsync : System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.SecretsStoreExtension.SecretSyncResource>
override this.GetSecretSyncsAsync : System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.SecretsStoreExtension.SecretSyncResource>
Public Overridable Function GetSecretSyncsAsync (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