BackendOperationsExtensions.GetEntityTag 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.
Obtient la version d’état d’entité (Etag) du back-end spécifié par son identificateur.
public static Microsoft.Azure.Management.ApiManagement.Models.BackendGetEntityTagHeaders GetEntityTag (this Microsoft.Azure.Management.ApiManagement.IBackendOperations operations, string resourceGroupName, string serviceName, string backendId);
static member GetEntityTag : Microsoft.Azure.Management.ApiManagement.IBackendOperations * string * string * string -> Microsoft.Azure.Management.ApiManagement.Models.BackendGetEntityTagHeaders
<Extension()>
Public Function GetEntityTag (operations As IBackendOperations, resourceGroupName As String, serviceName As String, backendId As String) As BackendGetEntityTagHeaders
Paramètres
- operations
- IBackendOperations
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.
- backendId
- String
Identificateur de l’entité back-end. Doit être unique dans le instance de service Gestion des API actuel.
Retours
S’applique à
Azure SDK for .NET