IPoliciesOperations Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
PoliciesOperations operations.
public interface IPoliciesOperations
type IPoliciesOperations = interface
Public Interface IPoliciesOperations
Methods
Extension Methods
BeginCreateOrUpdate(IPoliciesOperations, String, String, CdnWebApplicationFirewallPolicy) |
Create or update policy with specified rule set name within a resource group. |
BeginCreateOrUpdateAsync(IPoliciesOperations, String, String, CdnWebApplicationFirewallPolicy, CancellationToken) |
Create or update policy with specified rule set name within a resource group. |
BeginUpdate(IPoliciesOperations, String, String, IDictionary<String,String>) |
Update an existing CdnWebApplicationFirewallPolicy with the specified policy name under the specified subscription and resource group |
BeginUpdateAsync(IPoliciesOperations, String, String, IDictionary<String,String>, CancellationToken) |
Update an existing CdnWebApplicationFirewallPolicy with the specified policy name under the specified subscription and resource group |
CreateOrUpdate(IPoliciesOperations, String, String, CdnWebApplicationFirewallPolicy) |
Create or update policy with specified rule set name within a resource group. |
CreateOrUpdateAsync(IPoliciesOperations, String, String, CdnWebApplicationFirewallPolicy, CancellationToken) |
Create or update policy with specified rule set name within a resource group. |
Delete(IPoliciesOperations, String, String) |
Deletes Policy |
DeleteAsync(IPoliciesOperations, String, String, CancellationToken) |
Deletes Policy |
Get(IPoliciesOperations, String, String) |
Retrieve protection policy with specified name within a resource group. |
GetAsync(IPoliciesOperations, String, String, CancellationToken) |
Retrieve protection policy with specified name within a resource group. |
List(IPoliciesOperations, String) |
Lists all of the protection policies within a resource group. |
ListAsync(IPoliciesOperations, String, CancellationToken) |
Lists all of the protection policies within a resource group. |
ListNext(IPoliciesOperations, String) |
Lists all of the protection policies within a resource group. |
ListNextAsync(IPoliciesOperations, String, CancellationToken) |
Lists all of the protection policies within a resource group. |
Update(IPoliciesOperations, String, String, IDictionary<String,String>) |
Update an existing CdnWebApplicationFirewallPolicy with the specified policy name under the specified subscription and resource group |
UpdateAsync(IPoliciesOperations, String, String, IDictionary<String,String>, CancellationToken) |
Update an existing CdnWebApplicationFirewallPolicy with the specified policy name under the specified subscription and resource group |
Applies to
Azure SDK for .NET