共用方式為


WebSiteExtensionCollection.GetAllAsync(CancellationToken) Method

Definition

Description for Get list of siteextensions for a web site, or a deployment slot.

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

Parameters

cancellationToken
CancellationToken

The cancellation token to use.

Returns

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

Applies to