Share via


SecretSyncResource.GetAsync(CancellationToken) Method

Definition

Gets the properties of a SecretSync instance.

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

Parameters

cancellationToken
CancellationToken

The cancellation token to use.

Returns

Applies to