共用方式為


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

Parameters

cancellationToken
CancellationToken

The cancellation token to use.

Returns

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

Applies to