Share via


ApiManagementWorkspaceLinks interface

Interface representing a ApiManagementWorkspaceLinks.

Methods

listByService(string, string, ApiManagementWorkspaceLinksListByServiceOptionalParams)

List all API Management workspaceLinks for a service.

Method Details

List all API Management workspaceLinks for a service.

function listByService(resourceGroupName: string, serviceName: string, options?: ApiManagementWorkspaceLinksListByServiceOptionalParams): PagedAsyncIterableIterator<ApiManagementWorkspaceLinksResource, ApiManagementWorkspaceLinksResource[], PageSettings>

Parameters

resourceGroupName

string

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

serviceName

string

The name of the API Management service.

Returns