共用方式為


SiteSlotDetectorCollection.GetAll(CancellationToken) Method

Definition

Description for List Site Detector Responses

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

Parameters

cancellationToken
CancellationToken

The cancellation token to use.

Returns

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

Applies to