AppPlatformConfigurationServiceCollection.GetAll(CancellationToken) Method

Definition

Handles requests to list all resources in a Service.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.AppPlatform/Spring/{serviceName}/configurationServices
  • Operation Id: ConfigurationServices_List
  • Default Api Version: 2022-12-01
  • Resource: AppPlatformConfigurationServiceResource
public virtual Azure.Pageable<Azure.ResourceManager.AppPlatform.AppPlatformConfigurationServiceResource> GetAll (System.Threading.CancellationToken cancellationToken = default);
abstract member GetAll : System.Threading.CancellationToken -> Azure.Pageable<Azure.ResourceManager.AppPlatform.AppPlatformConfigurationServiceResource>
override this.GetAll : System.Threading.CancellationToken -> Azure.Pageable<Azure.ResourceManager.AppPlatform.AppPlatformConfigurationServiceResource>
Public Overridable Function GetAll (Optional cancellationToken As CancellationToken = Nothing) As Pageable(Of AppPlatformConfigurationServiceResource)

Parameters

cancellationToken
CancellationToken

The cancellation token to use.

Returns

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

Applies to