ContainerAppManagedEnvironmentResource.Get(CancellationToken) 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}.
  • Operation Id. : ManagedEnvironments_Get.
  • Default Api Version. : 2025-10-02-preview.
  • Resource. : ContainerAppManagedEnvironmentResource.
public virtual Azure.Response<Azure.ResourceManager.AppContainers.ContainerAppManagedEnvironmentResource> Get(System.Threading.CancellationToken cancellationToken = default);
abstract member Get : System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.AppContainers.ContainerAppManagedEnvironmentResource>
override this.Get : System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.AppContainers.ContainerAppManagedEnvironmentResource>
Public Overridable Function Get (Optional cancellationToken As CancellationToken = Nothing) As Response(Of ContainerAppManagedEnvironmentResource)

Parameters

cancellationToken
CancellationToken

The cancellation token to use.

Returns

Applies to