MockableHybridComputeSubscriptionResource.GetHybridComputePrivateLinkScopes Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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-07-31-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.