NamedValueOperationsExtensions.ListByServiceAsync Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Répertorie une collection de valeurs nommées définies au sein d’une instance de service. https://docs.microsoft.com/en-us/azure/api-management/api-management-howto-properties
public static System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.ApiManagement.Models.NamedValueContract>> ListByServiceAsync (this Microsoft.Azure.Management.ApiManagement.INamedValueOperations operations, string resourceGroupName, string serviceName, Microsoft.Rest.Azure.OData.ODataQuery<Microsoft.Azure.Management.ApiManagement.Models.NamedValueContract> odataQuery = default, bool? isKeyVaultRefreshFailed = default, System.Threading.CancellationToken cancellationToken = default);
static member ListByServiceAsync : Microsoft.Azure.Management.ApiManagement.INamedValueOperations * string * string * Microsoft.Rest.Azure.OData.ODataQuery<Microsoft.Azure.Management.ApiManagement.Models.NamedValueContract> * Nullable<bool> * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.ApiManagement.Models.NamedValueContract>>
<Extension()>
Public Function ListByServiceAsync (operations As INamedValueOperations, resourceGroupName As String, serviceName As String, Optional odataQuery As ODataQuery(Of NamedValueContract) = Nothing, Optional isKeyVaultRefreshFailed As Nullable(Of Boolean) = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Task(Of IPage(Of NamedValueContract))
Paramètres
- operations
- INamedValueOperations
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.
- odataQuery
- ODataQuery<NamedValueContract>
Paramètres OData à appliquer à l’opération.
Lorsqu’elle est définie sur true, la réponse contient uniquement les entités de valeur nommée qui ont échoué à l’actualisation.
- cancellationToken
- CancellationToken
Jeton d'annulation.
Retours
S’applique à
Azure SDK for .NET