TagResource interface

Interface representing a TagResource.

Methods

listByService(string, string, TagResourceListByServiceOptionalParams)

Lists a collection of resources associated with tags.

Method Details

listByService(string, string, TagResourceListByServiceOptionalParams)

Lists a collection of resources associated with tags.

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

Parameters

resourceGroupName

string

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

serviceName

string

The name of the API Management service.

options
TagResourceListByServiceOptionalParams

The options parameters.

Returns