MockableApiManagementArmClient.GetServiceWorkspaceTagApiLinkResource Method

Definition

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

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

Parameters

id
ResourceIdentifier

The resource ID of the resource to get.

Returns

Returns a ServiceWorkspaceTagApiLinkResource object.

Applies to