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


SynapseWorkspaceResource.GetSynapseWorkspacePrivateLinkResource Method

Definition

Get private link resource in workspace

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

Parameters

privateLinkResourceName
String

The name of the private link resource.

cancellationToken
CancellationToken

The cancellation token to use.

Returns

Exceptions

privateLinkResourceName is null.

privateLinkResourceName is an empty string, and was expected to be non-empty.

Applies to