ContainerAppManagedEnvironmentDetectorResourcePropertyResource.Get Method

Definition

Get the properties of a Managed Environment used to host container apps.

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

Parameters

cancellationToken
CancellationToken

The cancellation token to use.

Returns

Applies to