HostingEnvironmentDetectorCollection.GetAll(CancellationToken) Method

Definition

Description for List Hosting Environment Detector Responses

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/hostingEnvironments/{name}/detectors
  • Operation Id: Diagnostics_ListHostingEnvironmentDetectorResponses
  • Default Api Version: 2023-12-01
  • Resource: HostingEnvironmentDetectorResource
public virtual Azure.Pageable<Azure.ResourceManager.AppService.HostingEnvironmentDetectorResource> GetAll (System.Threading.CancellationToken cancellationToken = default);
abstract member GetAll : System.Threading.CancellationToken -> Azure.Pageable<Azure.ResourceManager.AppService.HostingEnvironmentDetectorResource>
override this.GetAll : System.Threading.CancellationToken -> Azure.Pageable<Azure.ResourceManager.AppService.HostingEnvironmentDetectorResource>
Public Overridable Function GetAll (Optional cancellationToken As CancellationToken = Nothing) As Pageable(Of HostingEnvironmentDetectorResource)

Parameters

cancellationToken
CancellationToken

The cancellation token to use.

Returns

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

Applies to