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

Parameters

cancellationToken
CancellationToken

The cancellation token to use.

Returns

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

Applies to