Compartir a través de


LoggerOperationsExtensions.GetEntityTag Método

Definición

Obtiene la versión de estado de entidad (Etag) del registrador especificado por su identificador.

public static Microsoft.Azure.Management.ApiManagement.Models.LoggerGetEntityTagHeaders GetEntityTag (this Microsoft.Azure.Management.ApiManagement.ILoggerOperations operations, string resourceGroupName, string serviceName, string loggerId);
static member GetEntityTag : Microsoft.Azure.Management.ApiManagement.ILoggerOperations * string * string * string -> Microsoft.Azure.Management.ApiManagement.Models.LoggerGetEntityTagHeaders
<Extension()>
Public Function GetEntityTag (operations As ILoggerOperations, resourceGroupName As String, serviceName As String, loggerId As String) As LoggerGetEntityTagHeaders

Parámetros

operations
ILoggerOperations

El grupo de operaciones de este método de extensión.

resourceGroupName
String

Nombre del grupo de recursos.

serviceName
String

Nombre del servicio API Management.

loggerId
String

Identificador del registrador. Debe ser único en la instancia de servicio API Management.

Devoluciones

Se aplica a