Share via


TenantAccessInfoCollection.GetAllAsync(String, CancellationToken) Method

Definition

Returns list of access infos - for Git and Management endpoints.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ApiManagement/service/{serviceName}/tenant
  • Operation Id: TenantAccess_ListByService
  • Default Api Version: 2021-08-01
  • Resource: TenantAccessInfoResource
public virtual Azure.AsyncPageable<Azure.ResourceManager.ApiManagement.TenantAccessInfoResource> GetAllAsync (string filter = default, System.Threading.CancellationToken cancellationToken = default);
abstract member GetAllAsync : string * System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.ApiManagement.TenantAccessInfoResource>
override this.GetAllAsync : string * System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.ApiManagement.TenantAccessInfoResource>
Public Overridable Function GetAllAsync (Optional filter As String = Nothing, Optional cancellationToken As CancellationToken = Nothing) As AsyncPageable(Of TenantAccessInfoResource)

Parameters

filter
String

Not used.

cancellationToken
CancellationToken

The cancellation token to use.

Returns

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

Applies to