Share via


MockableSecretsStoreExtensionSubscriptionResource.GetSecretSyncs 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.Pageable<Azure.ResourceManager.SecretsStoreExtension.SecretSyncResource> GetSecretSyncs(System.Threading.CancellationToken cancellationToken = default);
abstract member GetSecretSyncs : System.Threading.CancellationToken -> Azure.Pageable<Azure.ResourceManager.SecretsStoreExtension.SecretSyncResource>
override this.GetSecretSyncs : System.Threading.CancellationToken -> Azure.Pageable<Azure.ResourceManager.SecretsStoreExtension.SecretSyncResource>
Public Overridable Function GetSecretSyncs (Optional cancellationToken As CancellationToken = Nothing) As Pageable(Of SecretSyncResource)

Parameters

cancellationToken
CancellationToken

The cancellation token to use.

Returns

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

Applies to