ServiceWorkspaceTagProductLinkResource.Get(CancellationToken) Method

Definition

Gets the product link for the tag.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ApiManagement/service/{serviceName}/workspaces/{workspaceId}/tags/{tagId}/productLinks/{productLinkId}
  • Operation Id: WorkspaceTagProductLink_Get
  • Default Api Version: 2023-03-01-preview
  • Resource: ServiceWorkspaceTagProductLinkResource
public virtual Azure.Response<Azure.ResourceManager.ApiManagement.ServiceWorkspaceTagProductLinkResource> Get (System.Threading.CancellationToken cancellationToken = default);
abstract member Get : System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.ApiManagement.ServiceWorkspaceTagProductLinkResource>
override this.Get : System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.ApiManagement.ServiceWorkspaceTagProductLinkResource>
Public Overridable Function Get (Optional cancellationToken As CancellationToken = Nothing) As Response(Of ServiceWorkspaceTagProductLinkResource)

Parameters

cancellationToken
CancellationToken

The cancellation token to use.

Returns

Applies to