共用方式為


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

Parameters

cancellationToken
CancellationToken

The cancellation token to use.

Returns

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

Applies to