DdosProtectionPlansClient Interface
Implements
public interface DdosProtectionPlansClient
extends InnerSupportsGet<DdosProtectionPlanInner>, InnerSupportsListing<DdosProtectionPlanInner>, InnerSupportsDelete<Void>
An instance of this class provides access to all the operations defined in DdosProtectionPlansClient.
Method Summary
Method Details
beginCreateOrUpdate
public abstract SyncPoller
Creates or updates a DDoS protection plan.
Parameters:
Returns:
beginCreateOrUpdate
public abstract SyncPoller
Creates or updates a DDoS protection plan.
Parameters:
Returns:
beginCreateOrUpdateAsync
public abstract PollerFlux
Creates or updates a DDoS protection plan.
Parameters:
Returns:
beginDelete
public abstract SyncPoller
Deletes the specified DDoS protection plan.
Parameters:
Returns:
beginDelete
public abstract SyncPoller
Deletes the specified DDoS protection plan.
Parameters:
Returns:
beginDeleteAsync
public abstract PollerFlux
Deletes the specified DDoS protection plan.
Parameters:
Returns:
createOrUpdate
public abstract DdosProtectionPlanInner createOrUpdate(String resourceGroupName, String ddosProtectionPlanName, DdosProtectionPlanInner parameters)
Creates or updates a DDoS protection plan.
Parameters:
Returns:
createOrUpdate
public abstract DdosProtectionPlanInner createOrUpdate(String resourceGroupName, String ddosProtectionPlanName, DdosProtectionPlanInner parameters, Context context)
Creates or updates a DDoS protection plan.
Parameters:
Returns:
createOrUpdateAsync
public abstract Mono
Creates or updates a DDoS protection plan.
Parameters:
Returns:
createOrUpdateWithResponseAsync
public abstract Mono
Creates or updates a DDoS protection plan.
Parameters:
Returns:
delete
public abstract void delete(String resourceGroupName, String ddosProtectionPlanName)
Deletes the specified DDoS protection plan.
Parameters:
delete
public abstract void delete(String resourceGroupName, String ddosProtectionPlanName, Context context)
Deletes the specified DDoS protection plan.
Parameters:
deleteAsync
public abstract Mono
Deletes the specified DDoS protection plan.
Parameters:
Returns:
deleteWithResponseAsync
public abstract Mono
Deletes the specified DDoS protection plan.
Parameters:
Returns:
getByResourceGroup
public abstract DdosProtectionPlanInner getByResourceGroup(String resourceGroupName, String ddosProtectionPlanName)
Gets information about the specified DDoS protection plan.
Parameters:
Returns:
getByResourceGroupAsync
public abstract Mono
Gets information about the specified DDoS protection plan.
Parameters:
Returns:
getByResourceGroupWithResponse
public abstract Response
Gets information about the specified DDoS protection plan.
Parameters:
Returns:
getByResourceGroupWithResponseAsync
public abstract Mono
Gets information about the specified DDoS protection plan.
Parameters:
Returns:
list
public abstract PagedIterable
Gets all DDoS protection plans in a subscription.
Returns:
list
public abstract PagedIterable
Gets all DDoS protection plans in a subscription.
Parameters:
Returns:
listAsync
public abstract PagedFlux
Gets all DDoS protection plans in a subscription.
Returns:
listByResourceGroup
public abstract PagedIterable
Gets all the DDoS protection plans in a resource group.
Parameters:
Returns:
listByResourceGroup
public abstract PagedIterable
Gets all the DDoS protection plans in a resource group.
Parameters:
Returns:
listByResourceGroupAsync
public abstract PagedFlux
Gets all the DDoS protection plans in a resource group.
Parameters:
Returns:
updateTags
public abstract DdosProtectionPlanInner updateTags(String resourceGroupName, String ddosProtectionPlanName, TagsObject parameters)
Update a DDoS protection plan tags.
Parameters:
Returns:
updateTagsAsync
public abstract Mono
Update a DDoS protection plan tags.
Parameters:
Returns:
updateTagsWithResponse
public abstract Response
Update a DDoS protection plan tags.
Parameters:
Returns:
updateTagsWithResponseAsync
public abstract Mono
Update a DDoS protection plan tags.
Parameters:
Returns:
Applies to
Azure SDK for Java