ContainerAppManagedEnvironmentResource.GetManagedEnvironmentPrivateLinkResourcesAsync Method

Definition

List private link resources for a given managed environment.

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

Parameters

cancellationToken
CancellationToken

The cancellation token to use.

Returns

A collection of ContainerAppPrivateLink that may take multiple service requests to iterate over.

Applies to