Esempio n. 1
0
 /// <summary>
 /// Gets user information from the directory.
 /// </summary>
 /// <param name='operations'>
 /// Reference to the Microsoft.Azure.Graph.RBAC.IUserOperations.
 /// </param>
 /// <param name='signInName'>
 /// Required. filter based on sign in name
 /// </param>
 /// <returns>
 /// Server response for Get tenant users API call
 /// </returns>
 public static Task <UserListResult> GetBySignInNameAsync(this IUserOperations operations, string signInName)
 {
     return(operations.GetBySignInNameAsync(signInName, CancellationToken.None));
 }