Partager via


OperationOperationsExtensions.ListByTags Méthode

Définition

Répertorie un ensemble d’opérations associées aux balises.

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)

Paramètres

operations
IOperationOperations

Groupe d’opérations pour cette méthode d’extension.

resourceGroupName
String

Nom du groupe de ressources.

serviceName
String

Nom du service Gestion des API.

apiId
String

Identificateur de révision d’API. Doit être unique dans le instance de service Gestion des API actuel. La révision non actuelle a ;rev=n comme suffixe où n est le numéro de révision.

odataQuery
ODataQuery<TagResourceContract>

Paramètres OData à appliquer à l’opération.

includeNotTaggedOperations
Nullable<Boolean>

N’incluez pas les opérations étiquetées.

Retours

S’applique à