共用方式為


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

Parameters

cancellationToken
CancellationToken

The cancellation token to use.

Returns

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

Applies to