ServiceTagApiLinkCollection.GetIfExists(String, CancellationToken) Method

Definition

Tries to get details for this resource from the service.

  • 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.NullableResponse<Azure.ResourceManager.ApiManagement.ServiceTagApiLinkResource> GetIfExists (string apiLinkId, System.Threading.CancellationToken cancellationToken = default);
abstract member GetIfExists : string * System.Threading.CancellationToken -> Azure.NullableResponse<Azure.ResourceManager.ApiManagement.ServiceTagApiLinkResource>
override this.GetIfExists : string * System.Threading.CancellationToken -> Azure.NullableResponse<Azure.ResourceManager.ApiManagement.ServiceTagApiLinkResource>
Public Overridable Function GetIfExists (apiLinkId As String, Optional cancellationToken As CancellationToken = Nothing) As NullableResponse(Of ServiceTagApiLinkResource)

Parameters

apiLinkId
String

Tag-API link identifier. Must be unique in the current API Management service instance.

cancellationToken
CancellationToken

The cancellation token to use.

Returns

Exceptions

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

apiLinkId is null.

Applies to