Exemple #1
0
 /// <summary>
 /// Deletes Policy
 /// </summary>
 /// <param name='operations'>
 /// The operations group for this extension method.
 /// </param>
 /// <param name='resourceGroupName'>
 /// Name of the Resource group within the Azure subscription.
 /// </param>
 /// <param name='policyName'>
 /// The name of the Web Application Firewall Policy.
 /// </param>
 public static void Delete(this IPoliciesOperations operations, string resourceGroupName, string policyName)
 {
     operations.DeleteAsync(resourceGroupName, policyName).GetAwaiter().GetResult();
 }