ContainerAppDetectorResource.Get(CancellationToken) Method

Definition

Get a diagnostics result of a Container App.

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

Parameters

cancellationToken
CancellationToken

The cancellation token to use.

Returns

Applies to