Share via


ApiManagementTenantSettingCollection.GetAllAsync Method

Definition

Public settings.

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

Parameters

filter
String

Not used.

cancellationToken
CancellationToken

The cancellation token to use.

Returns

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

Applies to