MockableHybridComputeSubscriptionResource.GetHybridComputePrivateLinkScopes Method

Definition

Gets a list of all Azure Arc PrivateLinkScopes within a subscription.

  • Request Path: /subscriptions/{subscriptionId}/providers/Microsoft.HybridCompute/privateLinkScopes
  • Operation Id: PrivateLinkScopes_List
  • Default Api Version: 2024-05-20-preview
  • Resource: HybridComputePrivateLinkScopeResource
public virtual Azure.Pageable<Azure.ResourceManager.HybridCompute.HybridComputePrivateLinkScopeResource> GetHybridComputePrivateLinkScopes (System.Threading.CancellationToken cancellationToken = default);
abstract member GetHybridComputePrivateLinkScopes : System.Threading.CancellationToken -> Azure.Pageable<Azure.ResourceManager.HybridCompute.HybridComputePrivateLinkScopeResource>
override this.GetHybridComputePrivateLinkScopes : System.Threading.CancellationToken -> Azure.Pageable<Azure.ResourceManager.HybridCompute.HybridComputePrivateLinkScopeResource>
Public Overridable Function GetHybridComputePrivateLinkScopes (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