IDdosCustomPoliciesOperations Interface

Definition

DdosCustomPoliciesOperations operations.

public interface IDdosCustomPoliciesOperations
type IDdosCustomPoliciesOperations = interface
Public Interface IDdosCustomPoliciesOperations

Methods

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

Creates or updates a DDoS custom policy.

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

Deletes the specified DDoS custom policy.

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

Creates or updates a DDoS custom policy.

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

Deletes the specified DDoS custom policy.

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

Gets information about the specified DDoS custom policy.

UpdateTagsWithHttpMessagesAsync(String, String, IDictionary<String,String>, Dictionary<String,List<String>>, CancellationToken)

Update a DDoS custom policy tags.

Extension Methods

BeginCreateOrUpdateAsync(IDdosCustomPoliciesOperations, String, String, DdosCustomPolicyInner, CancellationToken)

Creates or updates a DDoS custom policy.

BeginDeleteAsync(IDdosCustomPoliciesOperations, String, String, CancellationToken)

Deletes the specified DDoS custom policy.

CreateOrUpdateAsync(IDdosCustomPoliciesOperations, String, String, DdosCustomPolicyInner, CancellationToken)

Creates or updates a DDoS custom policy.

DeleteAsync(IDdosCustomPoliciesOperations, String, String, CancellationToken)

Deletes the specified DDoS custom policy.

GetAsync(IDdosCustomPoliciesOperations, String, String, CancellationToken)

Gets information about the specified DDoS custom policy.

UpdateTagsAsync(IDdosCustomPoliciesOperations, String, String, IDictionary<String,String>, CancellationToken)

Update a DDoS custom policy tags.

Applies to