ContentItemOperationsExtensions.GetAsync 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.
Retourne l’élément de contenu du portail des développeurs spécifié par son identificateur.
public static System.Threading.Tasks.Task<Microsoft.Azure.Management.ApiManagement.Models.ContentItemContract> GetAsync (this Microsoft.Azure.Management.ApiManagement.IContentItemOperations operations, string resourceGroupName, string serviceName, string contentTypeId, string contentItemId, System.Threading.CancellationToken cancellationToken = default);
static member GetAsync : Microsoft.Azure.Management.ApiManagement.IContentItemOperations * string * string * string * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Management.ApiManagement.Models.ContentItemContract>
<Extension()>
Public Function GetAsync (operations As IContentItemOperations, resourceGroupName As String, serviceName As String, contentTypeId As String, contentItemId As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of ContentItemContract)
Paramètres
- operations
- IContentItemOperations
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.
- contentTypeId
- String
Identificateur de type de contenu.
- contentItemId
- String
Identificateur d’élément de contenu.
- cancellationToken
- CancellationToken
Jeton d'annulation.
Retours
S’applique à
Azure SDK for .NET