Esempio n. 1
0
 /// <summary>
 /// Gets the entity state (Etag) version of the user specified by its
 /// identifier.
 /// </summary>
 /// <param name='operations'>
 /// The operations group for this extension method.
 /// </param>
 /// <param name='resourceGroupName'>
 /// The name of the resource group.
 /// </param>
 /// <param name='serviceName'>
 /// The name of the API Management service.
 /// </param>
 /// <param name='userId'>
 /// User identifier. Must be unique in the current API Management service
 /// instance.
 /// </param>
 public static UserGetEntityTagHeaders GetEntityTag(this IUserOperations operations, string resourceGroupName, string serviceName, string userId)
 {
     return(operations.GetEntityTagAsync(resourceGroupName, serviceName, userId).GetAwaiter().GetResult());
 }