StaticSiteCustomDomainOverviewCollection.GetAll(CancellationToken) Method

Definition

Description for Gets all static site custom domains for a particular static site.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/staticSites/{name}/customDomains
  • Operation Id: StaticSites_ListStaticSiteCustomDomains
  • Default Api Version: 2023-12-01
  • Resource: StaticSiteCustomDomainOverviewResource
public virtual Azure.Pageable<Azure.ResourceManager.AppService.StaticSiteCustomDomainOverviewResource> GetAll (System.Threading.CancellationToken cancellationToken = default);
abstract member GetAll : System.Threading.CancellationToken -> Azure.Pageable<Azure.ResourceManager.AppService.StaticSiteCustomDomainOverviewResource>
override this.GetAll : System.Threading.CancellationToken -> Azure.Pageable<Azure.ResourceManager.AppService.StaticSiteCustomDomainOverviewResource>
Public Overridable Function GetAll (Optional cancellationToken As CancellationToken = Nothing) As Pageable(Of StaticSiteCustomDomainOverviewResource)

Parameters

cancellationToken
CancellationToken

The cancellation token to use.

Returns

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

Applies to