MockableAppPlatformSubscriptionResource.GetAppPlatformServicesAsync Method

Definition

Handles requests to list all resources in a subscription.

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

Parameters

cancellationToken
CancellationToken

The cancellation token to use.

Returns

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

Applies to