MockableApiManagementArmClient.GetServiceWorkspaceTagProductLinkResource Method

Definition

Gets an object representing a ServiceWorkspaceTagProductLinkResource 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 a ServiceWorkspaceTagProductLinkResourceResourceIdentifier from its components.

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

Parameters

id
ResourceIdentifier

The resource ID of the resource to get.

Returns

Returns a ServiceWorkspaceTagProductLinkResource object.

Applies to