OperationOperationsExtensions.ListByTagsAsync Method

Definition

Lists a collection of operations associated with tags.

public static System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.ApiManagement.Models.TagResourceContract>> ListByTagsAsync (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, System.Threading.CancellationToken cancellationToken = default);
static member ListByTagsAsync : Microsoft.Azure.Management.ApiManagement.IOperationOperations * string * string * string * Microsoft.Rest.Azure.OData.ODataQuery<Microsoft.Azure.Management.ApiManagement.Models.TagResourceContract> * Nullable<bool> * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.ApiManagement.Models.TagResourceContract>>
<Extension()>
Public Function ListByTagsAsync (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, Optional cancellationToken As CancellationToken = Nothing) As Task(Of 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.

cancellationToken
CancellationToken

The cancellation token.

Returns

Applies to