MockableApiManagementArmClient.GetApiManagementProductTagResource Method

Definition

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

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

Parameters

id
ResourceIdentifier

The resource ID of the resource to get.

Returns

Returns a ApiManagementProductTagResource object.

Applies to