Share via


MockableApiManagementArmClient.GetApiOperationTagResource Method

Definition

Gets an object representing an ApiOperationTagResource along with the instance operations that can be performed on it but with no data. You can use CreateResourceIdentifier(String, String, String, String, String, String) to create an ApiOperationTagResourceResourceIdentifier from its components.

public virtual Azure.ResourceManager.ApiManagement.ApiOperationTagResource GetApiOperationTagResource (Azure.Core.ResourceIdentifier id);
abstract member GetApiOperationTagResource : Azure.Core.ResourceIdentifier -> Azure.ResourceManager.ApiManagement.ApiOperationTagResource
override this.GetApiOperationTagResource : Azure.Core.ResourceIdentifier -> Azure.ResourceManager.ApiManagement.ApiOperationTagResource
Public Overridable Function GetApiOperationTagResource (id As ResourceIdentifier) As ApiOperationTagResource

Parameters

id
ResourceIdentifier

The resource ID of the resource to get.

Returns

Returns a ApiOperationTagResource object.

Applies to