Share via


ApiManagementWorkspaceLink interface

Interface representing a ApiManagementWorkspaceLink.

Methods

get(string, string, string, ApiManagementWorkspaceLinkGetOptionalParams)

Gets an API Management WorkspaceLink resource description.

Method Details

Gets an API Management WorkspaceLink resource description.

function get(resourceGroupName: string, serviceName: string, workspaceId: string, options?: ApiManagementWorkspaceLinkGetOptionalParams): Promise<ApiManagementWorkspaceLinksResource>

Parameters

resourceGroupName

string

The name of the resource group. The name is case insensitive.

serviceName

string

The name of the API Management service.

workspaceId

string

Workspace identifier. Must be unique in the current API Management service instance.

options
ApiManagementWorkspaceLinkGetOptionalParams

The options parameters.

Returns