共用方式為


SynapseWorkspacePrivateLinkResourceCollection.GetAll Method

Definition

Get all private link resources for a workspaces

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Synapse/workspaces/{workspaceName}/privateLinkResources
  • Operation Id: PrivateLinkResources_List
public virtual Azure.Pageable<Azure.ResourceManager.Synapse.SynapseWorkspacePrivateLinkResource> GetAll (System.Threading.CancellationToken cancellationToken = default);
abstract member GetAll : System.Threading.CancellationToken -> Azure.Pageable<Azure.ResourceManager.Synapse.SynapseWorkspacePrivateLinkResource>
override this.GetAll : System.Threading.CancellationToken -> Azure.Pageable<Azure.ResourceManager.Synapse.SynapseWorkspacePrivateLinkResource>
Public Overridable Function GetAll (Optional cancellationToken As CancellationToken = Nothing) As Pageable(Of SynapseWorkspacePrivateLinkResource)

Parameters

cancellationToken
CancellationToken

The cancellation token to use.

Returns

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

Applies to