PrivateLinkGroupCollection.GetAllAsync(CancellationToken) Method

Definition

List all private link resources in a private link.

  • Request Path. : /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Security/privateLinks/{privateLinkName}/privateLinkResources.
  • Operation Id. : PrivateLinkGroupResources_List.
  • Default Api Version. : 2026-01-01.
public virtual Azure.AsyncPageable<Azure.ResourceManager.SecurityCenter.PrivateLinkGroupResource> GetAllAsync(System.Threading.CancellationToken cancellationToken = default);
abstract member GetAllAsync : System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.SecurityCenter.PrivateLinkGroupResource>
override this.GetAllAsync : System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.SecurityCenter.PrivateLinkGroupResource>
Public Overridable Function GetAllAsync (Optional cancellationToken As CancellationToken = Nothing) As AsyncPageable(Of PrivateLinkGroupResource)

Parameters

cancellationToken
CancellationToken

The cancellation token to use.

Returns

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

Applies to