Esempio n. 1
0
 /// <summary>
 /// Delete a partner configuration.
 /// </summary>
 /// <remarks>
 /// Delete existing partner configuration.
 /// </remarks>
 /// <param name='operations'>
 /// The operations group for this extension method.
 /// </param>
 /// <param name='resourceGroupName'>
 /// The name of the resource group within the user's subscription.
 /// </param>
 public static void Delete(this IPartnerConfigurationsOperations operations, string resourceGroupName)
 {
     operations.DeleteAsync(resourceGroupName).GetAwaiter().GetResult();
 }