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, WebApplicationFirewallPolicy) |
Create or update policy with specified rule set name within a resource group. |
BeginCreateOrUpdateAsync(IPoliciesOperations, String, String, WebApplicationFirewallPolicy, CancellationToken) |
Create or update policy with specified rule set name within a resource group. |
BeginDelete(IPoliciesOperations, String, String) |
Deletes Policy |
BeginDeleteAsync(IPoliciesOperations, String, String, CancellationToken) |
Deletes Policy |
BeginUpdate(IPoliciesOperations, String, String, TagsObject) |
Patch a specific frontdoor webApplicationFirewall policy for tags update under the specified subscription and resource group. |
BeginUpdateAsync(IPoliciesOperations, String, String, TagsObject, CancellationToken) |
Patch a specific frontdoor webApplicationFirewall policy for tags update under the specified subscription and resource group. |
CreateOrUpdate(IPoliciesOperations, String, String, WebApplicationFirewallPolicy) |
Create or update policy with specified rule set name within a resource group. |
CreateOrUpdateAsync(IPoliciesOperations, String, String, WebApplicationFirewallPolicy, 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. |
ListBySubscription(IPoliciesOperations) |
Lists all of the protection policies within a subscription. |
ListBySubscriptionAsync(IPoliciesOperations, CancellationToken) |
Lists all of the protection policies within a subscription. |
ListBySubscriptionNext(IPoliciesOperations, String) |
Lists all of the protection policies within a subscription. |
ListBySubscriptionNextAsync(IPoliciesOperations, String, CancellationToken) |
Lists all of the protection policies within a subscription. |
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, TagsObject) |
Patch a specific frontdoor webApplicationFirewall policy for tags update under the specified subscription and resource group. |
UpdateAsync(IPoliciesOperations, String, String, TagsObject, CancellationToken) |
Patch a specific frontdoor webApplicationFirewall policy for tags update under the specified subscription and resource group. |