コード例 #1
0
 /// <summary>
 /// Adds the members to the specified distribution group
 /// </summary>
 /// <param name='operations'>
 /// The operations group for this extension method.
 /// </param>
 /// <param name='ownerName'>
 /// The name of the owner
 /// </param>
 /// <param name='appName'>
 /// The name of the application
 /// </param>
 /// <param name='distributionGroupName'>
 /// The name of the distribution group
 /// </param>
 /// <param name='members'>
 /// The list of members to add
 /// </param>
 public static IList <DistributionGroupUserPostResponse> AddUser(this IDistributionGroups operations, string ownerName, string appName, string distributionGroupName, DistributionGroupUserRequest members)
 {
     return(operations.AddUserAsync(ownerName, appName, distributionGroupName, members).GetAwaiter().GetResult());
 }