Share via


ServiceTagOperationLinkCollection.GetIfExists 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}/operationLinks/{operationLinkId}
  • Operation Id: TagOperationLink_Get
  • Default Api Version: 2023-03-01-preview
  • Resource: ServiceTagOperationLinkResource
public virtual Azure.NullableResponse<Azure.ResourceManager.ApiManagement.ServiceTagOperationLinkResource> GetIfExists (string operationLinkId, System.Threading.CancellationToken cancellationToken = default);
abstract member GetIfExists : string * System.Threading.CancellationToken -> Azure.NullableResponse<Azure.ResourceManager.ApiManagement.ServiceTagOperationLinkResource>
override this.GetIfExists : string * System.Threading.CancellationToken -> Azure.NullableResponse<Azure.ResourceManager.ApiManagement.ServiceTagOperationLinkResource>
Public Overridable Function GetIfExists (operationLinkId As String, Optional cancellationToken As CancellationToken = Nothing) As NullableResponse(Of ServiceTagOperationLinkResource)

Parameters

operationLinkId
String

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

cancellationToken
CancellationToken

The cancellation token to use.

Returns

Exceptions

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

operationLinkId is null.

Applies to