Megosztás a következőn keresztül:


HybridComputeExtensions.GetHybridComputePrivateLinkScopesAsync 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-03-31-preview
  • Resource: HybridComputePrivateLinkScopeResource
public static Azure.AsyncPageable<Azure.ResourceManager.HybridCompute.HybridComputePrivateLinkScopeResource> GetHybridComputePrivateLinkScopesAsync (this Azure.ResourceManager.Resources.SubscriptionResource subscriptionResource, System.Threading.CancellationToken cancellationToken = default);
static member GetHybridComputePrivateLinkScopesAsync : Azure.ResourceManager.Resources.SubscriptionResource * System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.HybridCompute.HybridComputePrivateLinkScopeResource>
<Extension()>
Public Function GetHybridComputePrivateLinkScopesAsync (subscriptionResource As SubscriptionResource, Optional cancellationToken As CancellationToken = Nothing) As AsyncPageable(Of HybridComputePrivateLinkScopeResource)

Parameters

subscriptionResource
SubscriptionResource

The SubscriptionResource instance the method will execute against.

cancellationToken
CancellationToken

The cancellation token to use.

Returns

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

Exceptions

subscriptionResource is null.

Applies to