Ejemplo n.º 1
0
 /// <summary>
 /// Create or update policy with specified rule set name within a resource
 /// group.
 /// </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>
 /// <param name='parameters'>
 /// Policy to be created.
 /// </param>
 public static WebApplicationFirewallPolicy BeginCreateOrUpdate(this IPoliciesOperations operations, string resourceGroupName, string policyName, WebApplicationFirewallPolicy parameters)
 {
     return(operations.BeginCreateOrUpdateAsync(resourceGroupName, policyName, parameters).GetAwaiter().GetResult());
 }