다음을 통해 공유


AppPlatformApiPortalCustomDomainCollection.GetAllAsync Method

Definition

Handle requests to list all API portal custom domains.

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

Parameters

cancellationToken
CancellationToken

The cancellation token to use.

Returns

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

Applies to