DdosProtectionPlansOperationsExtensions Class

Definition

Extension methods for DdosProtectionPlansOperations.

public static class DdosProtectionPlansOperationsExtensions
type DdosProtectionPlansOperationsExtensions = class
Public Module DdosProtectionPlansOperationsExtensions
Inheritance
DdosProtectionPlansOperationsExtensions

Methods

BeginCreateOrUpdate(IDdosProtectionPlansOperations, String, String, DdosProtectionPlan)

Creates or updates a DDoS protection plan.

BeginCreateOrUpdateAsync(IDdosProtectionPlansOperations, String, String, DdosProtectionPlan, CancellationToken)

Creates or updates a DDoS protection plan.

BeginDelete(IDdosProtectionPlansOperations, String, String)

Deletes the specified DDoS protection plan.

BeginDeleteAsync(IDdosProtectionPlansOperations, String, String, CancellationToken)

Deletes the specified DDoS protection plan.

CreateOrUpdate(IDdosProtectionPlansOperations, String, String, DdosProtectionPlan)

Creates or updates a DDoS protection plan.

CreateOrUpdateAsync(IDdosProtectionPlansOperations, String, String, DdosProtectionPlan, CancellationToken)

Creates or updates a DDoS protection plan.

Delete(IDdosProtectionPlansOperations, String, String)

Deletes the specified DDoS protection plan.

DeleteAsync(IDdosProtectionPlansOperations, String, String, CancellationToken)

Deletes the specified DDoS protection plan.

Get(IDdosProtectionPlansOperations, String, String)

Gets information about the specified DDoS protection plan.

GetAsync(IDdosProtectionPlansOperations, String, String, CancellationToken)

Gets information about the specified DDoS protection plan.

List(IDdosProtectionPlansOperations)

Gets all DDoS protection plans in a subscription.

ListAsync(IDdosProtectionPlansOperations, CancellationToken)

Gets all DDoS protection plans in a subscription.

ListByResourceGroup(IDdosProtectionPlansOperations, String)

Gets all the DDoS protection plans in a resource group.

ListByResourceGroupAsync(IDdosProtectionPlansOperations, String, CancellationToken)

Gets all the DDoS protection plans in a resource group.

ListByResourceGroupNext(IDdosProtectionPlansOperations, String)

Gets all the DDoS protection plans in a resource group.

ListByResourceGroupNextAsync(IDdosProtectionPlansOperations, String, CancellationToken)

Gets all the DDoS protection plans in a resource group.

ListNext(IDdosProtectionPlansOperations, String)

Gets all DDoS protection plans in a subscription.

ListNextAsync(IDdosProtectionPlansOperations, String, CancellationToken)

Gets all DDoS protection plans in a subscription.

UpdateTags(IDdosProtectionPlansOperations, String, String, TagsObject)

Update a DDoS protection plan tags.

UpdateTagsAsync(IDdosProtectionPlansOperations, String, String, TagsObject, CancellationToken)

Update a DDoS protection plan tags.

Applies to