AppPlatformCustomDomainCollection.GetAll(CancellationToken) Method

Definition

List the custom domains of one lifecycle application.

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

Parameters

cancellationToken
CancellationToken

The cancellation token to use.

Returns

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

Applies to