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

Parameters

cancellationToken
CancellationToken

The cancellation token to use.

Returns

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

Applies to