ContainerAppManagedEnvironmentCollection.GetIfExists Method

Definition

Tries to get details for this resource from the service.

  • Request Path. : /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.App/managedEnvironments/{environmentName}.
  • Operation Id. : ManagedEnvironments_Get.
  • Default Api Version. : 2025-10-02-preview.
public virtual Azure.NullableResponse<Azure.ResourceManager.AppContainers.ContainerAppManagedEnvironmentResource> GetIfExists(string environmentName, System.Threading.CancellationToken cancellationToken = default);
abstract member GetIfExists : string * System.Threading.CancellationToken -> Azure.NullableResponse<Azure.ResourceManager.AppContainers.ContainerAppManagedEnvironmentResource>
override this.GetIfExists : string * System.Threading.CancellationToken -> Azure.NullableResponse<Azure.ResourceManager.AppContainers.ContainerAppManagedEnvironmentResource>
Public Overridable Function GetIfExists (environmentName As String, Optional cancellationToken As CancellationToken = Nothing) As NullableResponse(Of ContainerAppManagedEnvironmentResource)

Parameters

environmentName
String

Name of the Environment.

cancellationToken
CancellationToken

The cancellation token to use.

Returns

Exceptions

environmentName is null.

environmentName is an empty string, and was expected to be non-empty.

Applies to