HybridComputePrivateLinkScopeCollection.GetAll(CancellationToken) Method

Definition

Gets a list of Azure Arc PrivateLinkScopes within a resource group.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.HybridCompute/privateLinkScopes
  • Operation Id: PrivateLinkScopes_ListByResourceGroup
  • Default Api Version: 2024-05-20-preview
  • Resource: HybridComputePrivateLinkScopeResource
public virtual Azure.Pageable<Azure.ResourceManager.HybridCompute.HybridComputePrivateLinkScopeResource> GetAll (System.Threading.CancellationToken cancellationToken = default);
abstract member GetAll : System.Threading.CancellationToken -> Azure.Pageable<Azure.ResourceManager.HybridCompute.HybridComputePrivateLinkScopeResource>
override this.GetAll : System.Threading.CancellationToken -> Azure.Pageable<Azure.ResourceManager.HybridCompute.HybridComputePrivateLinkScopeResource>
Public Overridable Function GetAll (Optional cancellationToken As CancellationToken = Nothing) As Pageable(Of HybridComputePrivateLinkScopeResource)

Parameters

cancellationToken
CancellationToken

The cancellation token to use.

Returns

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

Applies to