ManagedInstanceDtcCollection.GetAllAsync(CancellationToken) Method

Definition

Gets a list of managed instance DTC settings.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Sql/managedInstances/{managedInstanceName}/dtc
  • Operation Id: ManagedInstanceDtcs_ListByManagedInstance
  • Default Api Version: 2022-05-01-preview
  • Resource: ManagedInstanceDtcResource
public virtual Azure.AsyncPageable<Azure.ResourceManager.Sql.ManagedInstanceDtcResource> GetAllAsync (System.Threading.CancellationToken cancellationToken = default);
abstract member GetAllAsync : System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.Sql.ManagedInstanceDtcResource>
override this.GetAllAsync : System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.Sql.ManagedInstanceDtcResource>
Public Overridable Function GetAllAsync (Optional cancellationToken As CancellationToken = Nothing) As AsyncPageable(Of ManagedInstanceDtcResource)

Parameters

cancellationToken
CancellationToken

The cancellation token to use.

Returns

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

Applies to