Share via


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: ManagedEnvironmentDiagnostics_GetDetector
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