Share via


OperationOperationsExtensions.ListByTags Method

Definition

Lists a collection of operations associated with tags.

public static Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.ApiManagement.Models.TagResourceContract> ListByTags (this Microsoft.Azure.Management.ApiManagement.IOperationOperations operations, string resourceGroupName, string serviceName, string apiId, Microsoft.Rest.Azure.OData.ODataQuery<Microsoft.Azure.Management.ApiManagement.Models.TagResourceContract> odataQuery = default, bool? includeNotTaggedOperations = default);
static member ListByTags : Microsoft.Azure.Management.ApiManagement.IOperationOperations * string * string * string * Microsoft.Rest.Azure.OData.ODataQuery<Microsoft.Azure.Management.ApiManagement.Models.TagResourceContract> * Nullable<bool> -> Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.ApiManagement.Models.TagResourceContract>
<Extension()>
Public Function ListByTags (operations As IOperationOperations, resourceGroupName As String, serviceName As String, apiId As String, Optional odataQuery As ODataQuery(Of TagResourceContract) = Nothing, Optional includeNotTaggedOperations As Nullable(Of Boolean) = Nothing) As IPage(Of TagResourceContract)

Parameters

operations
IOperationOperations

The operations group for this extension method.

resourceGroupName
String

The name of the resource group.

serviceName
String

The name of the API Management service.

apiId
String

API revision identifier. Must be unique in the current API Management service instance. Non-current revision has ;rev=n as a suffix where n is the revision number.

odataQuery
ODataQuery<TagResourceContract>

OData parameters to apply to the operation.

includeNotTaggedOperations
Nullable<Boolean>

Include not tagged Operations.

Returns

Applies to