Udostępnij za pośrednictwem


IPoliciesOperations Interface

Definition

PoliciesOperations operations.

public interface IPoliciesOperations
type IPoliciesOperations = interface
Public Interface IPoliciesOperations

Methods

BeginCreateOrUpdateWithHttpMessagesAsync(String, String, WebApplicationFirewallPolicy, Dictionary<String,List<String>>, CancellationToken)

Create or update policy with specified rule set name within a resource group.

BeginDeleteWithHttpMessagesAsync(String, String, Dictionary<String,List<String>>, CancellationToken)

Deletes Policy

BeginUpdateWithHttpMessagesAsync(String, String, TagsObject, Dictionary<String,List<String>>, CancellationToken)

Patch a specific frontdoor webApplicationFirewall policy for tags update under the specified subscription and resource group.

CreateOrUpdateWithHttpMessagesAsync(String, String, WebApplicationFirewallPolicy, Dictionary<String,List<String>>, CancellationToken)

Create or update policy with specified rule set name within a resource group.

DeleteWithHttpMessagesAsync(String, String, Dictionary<String,List<String>>, CancellationToken)

Deletes Policy

GetWithHttpMessagesAsync(String, String, Dictionary<String,List<String>>, CancellationToken)

Retrieve protection policy with specified name within a resource group.

ListBySubscriptionNextWithHttpMessagesAsync(String, Dictionary<String,List<String>>, CancellationToken)

Lists all of the protection policies within a subscription.

ListBySubscriptionWithHttpMessagesAsync(Dictionary<String,List<String>>, CancellationToken)

Lists all of the protection policies within a subscription.

ListNextWithHttpMessagesAsync(String, Dictionary<String,List<String>>, CancellationToken)

Lists all of the protection policies within a resource group.

ListWithHttpMessagesAsync(String, Dictionary<String,List<String>>, CancellationToken)

Lists all of the protection policies within a resource group.

UpdateWithHttpMessagesAsync(String, String, TagsObject, Dictionary<String,List<String>>, CancellationToken)

Patch a specific frontdoor webApplicationFirewall policy for tags update under the specified subscription and resource group.

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.

Applies to