Share via


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

Parameters

cancellationToken
CancellationToken

The cancellation token to use.

Returns

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

Applies to