コード例 #1
0
 /// <summary>
 /// Delete apps from distribution group in an org
 /// </summary>
 /// <param name='operations'>
 /// The operations group for this extension method.
 /// </param>
 /// <param name='orgName'>
 /// The organization's name
 /// </param>
 /// <param name='distributionGroupName'>
 /// The name of the distribution group
 /// </param>
 /// <param name='apps'>
 /// The name of the apps to be deleted from the distribution group. The apps
 /// have to be owned by the organization.
 /// </param>
 public static void BulkDeleteApps(this IDistributionGroups operations, string orgName, string distributionGroupName, DistributionGroupAppsDeleteRequest apps)
 {
     operations.BulkDeleteAppsAsync(orgName, distributionGroupName, apps).GetAwaiter().GetResult();
 }