MockableSecretsStoreExtensionSubscriptionResource.GetSecretSyncsAsync 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.
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.