Partilhar via


ServiceTagApiLinkResource.Get(CancellationToken) Method

Definition

Gets the API link for the tag.

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

Parameters

cancellationToken
CancellationToken

The cancellation token to use.

Returns

Applies to