Share via


TagOperationsExtensions.ListByService Method

Definition

Lists a collection of tags defined within a service instance.

public static Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.ApiManagement.Models.TagContract> ListByService (this Microsoft.Azure.Management.ApiManagement.ITagOperations operations, string resourceGroupName, string serviceName, Microsoft.Rest.Azure.OData.ODataQuery<Microsoft.Azure.Management.ApiManagement.Models.TagContract> odataQuery = default, string scope = default);
static member ListByService : Microsoft.Azure.Management.ApiManagement.ITagOperations * string * string * Microsoft.Rest.Azure.OData.ODataQuery<Microsoft.Azure.Management.ApiManagement.Models.TagContract> * string -> Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.ApiManagement.Models.TagContract>
<Extension()>
Public Function ListByService (operations As ITagOperations, resourceGroupName As String, serviceName As String, Optional odataQuery As ODataQuery(Of TagContract) = Nothing, Optional scope As String = Nothing) As IPage(Of TagContract)

Parameters

operations
ITagOperations

The operations group for this extension method.

resourceGroupName
String

The name of the resource group.

serviceName
String

The name of the API Management service.

odataQuery
ODataQuery<TagContract>

OData parameters to apply to the operation.

scope
String

Scope like 'apis', 'products' or 'apis/{apiId}

Returns

Applies to