コード例 #1
0
 /// <summary>
 /// Deletes a distribution group
 /// </summary>
 /// <param name='operations'>
 /// The operations group for this extension method.
 /// </param>
 /// <param name='appName'>
 /// The name of the application
 /// </param>
 /// <param name='ownerName'>
 /// The name of the owner
 /// </param>
 /// <param name='distributionGroupName'>
 /// The name of the distribution group
 /// </param>
 public static void Delete(this IDistributionGroups operations, string appName, string ownerName, string distributionGroupName)
 {
     operations.DeleteAsync(appName, ownerName, distributionGroupName).GetAwaiter().GetResult();
 }