ContainerAppManagedEnvironmentDetectorCollection.GetAll Method

Definition

Get the list of diagnostics for a Managed Environment used to host container apps.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.App/managedEnvironments/{environmentName}/detectors
  • Operation Id: ManagedEnvironmentDiagnostics_ListDetectors
  • Default Api Version: 2024-03-01
  • Resource: ContainerAppManagedEnvironmentDetectorResource
public virtual Azure.Pageable<Azure.ResourceManager.AppContainers.ContainerAppManagedEnvironmentDetectorResource> GetAll (System.Threading.CancellationToken cancellationToken = default);
abstract member GetAll : System.Threading.CancellationToken -> Azure.Pageable<Azure.ResourceManager.AppContainers.ContainerAppManagedEnvironmentDetectorResource>
override this.GetAll : System.Threading.CancellationToken -> Azure.Pageable<Azure.ResourceManager.AppContainers.ContainerAppManagedEnvironmentDetectorResource>
Public Overridable Function GetAll (Optional cancellationToken As CancellationToken = Nothing) As Pageable(Of ContainerAppManagedEnvironmentDetectorResource)

Parameters

cancellationToken
CancellationToken

The cancellation token to use.

Returns

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

Applies to