AppPlatformGatewayCustomDomainCollection.GetAll(CancellationToken) Method

Definition

Handle requests to list all Spring Cloud Gateway custom domains.

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

Parameters

cancellationToken
CancellationToken

The cancellation token to use.

Returns

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

Applies to