ContainerAppManagedEnvironmentDetectorResource.Get(CancellationToken) Method

Definition

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

  • Request Path. : /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.App/managedEnvironments/{environmentName}/detectors/{detectorName}.
  • Operation Id. : ManagedEnvironmentsDiagnostics_GetDetector.
  • Default Api Version. : 2025-10-02-preview.
  • Resource. : ContainerAppManagedEnvironmentDetectorResource.
public virtual Azure.Response<Azure.ResourceManager.AppContainers.ContainerAppManagedEnvironmentDetectorResource> Get(System.Threading.CancellationToken cancellationToken = default);
abstract member Get : System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.AppContainers.ContainerAppManagedEnvironmentDetectorResource>
override this.Get : System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.AppContainers.ContainerAppManagedEnvironmentDetectorResource>
Public Overridable Function Get (Optional cancellationToken As CancellationToken = Nothing) As Response(Of ContainerAppManagedEnvironmentDetectorResource)

Parameters

cancellationToken
CancellationToken

The cancellation token to use.

Returns

Applies to