Share via


SiteSlotDomainOwnershipIdentifierCollection.GetAllAsync Method

Definition

Description for Lists ownership identifiers for domain associated with web app.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}/slots/{slot}/domainOwnershipIdentifiers
  • Operation Id: WebApps_ListDomainOwnershipIdentifiersSlot
  • Default Api Version: 2021-02-01
  • Resource: SiteSlotDomainOwnershipIdentifierResource
public virtual Azure.AsyncPageable<Azure.ResourceManager.AppService.SiteSlotDomainOwnershipIdentifierResource> GetAllAsync (System.Threading.CancellationToken cancellationToken = default);
abstract member GetAllAsync : System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.AppService.SiteSlotDomainOwnershipIdentifierResource>
override this.GetAllAsync : System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.AppService.SiteSlotDomainOwnershipIdentifierResource>
Public Overridable Function GetAllAsync (Optional cancellationToken As CancellationToken = Nothing) As AsyncPageable(Of SiteSlotDomainOwnershipIdentifierResource)

Parameters

cancellationToken
CancellationToken

The cancellation token to use.

Returns

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

Applies to