DdosCustomPoliciesClient Interface
Implements
public interface DdosCustomPoliciesClient
extends InnerSupportsGet<DdosCustomPolicyInner>, InnerSupportsDelete<Void>
An instance of this class provides access to all the operations defined in DdosCustomPoliciesClient.
Method Summary
Method Details
beginCreateOrUpdate
public abstract SyncPoller<PollResult<DdosCustomPolicyInner>,DdosCustomPolicyInner> beginCreateOrUpdate(String resourceGroupName, String ddosCustomPolicyName, DdosCustomPolicyInner parameters)
Creates or updates a DDoS custom policy.
Parameters:
Returns:
beginCreateOrUpdate
public abstract SyncPoller<PollResult<DdosCustomPolicyInner>,DdosCustomPolicyInner> beginCreateOrUpdate(String resourceGroupName, String ddosCustomPolicyName, DdosCustomPolicyInner parameters, Context context)
Creates or updates a DDoS custom policy.
Parameters:
Returns:
beginCreateOrUpdateAsync
public abstract PollerFlux<PollResult<DdosCustomPolicyInner>,DdosCustomPolicyInner> beginCreateOrUpdateAsync(String resourceGroupName, String ddosCustomPolicyName, DdosCustomPolicyInner parameters)
Creates or updates a DDoS custom policy.
Parameters:
Returns:
beginDelete
public abstract SyncPoller<PollResult<Void>,Void> beginDelete(String resourceGroupName, String ddosCustomPolicyName)
Deletes the specified DDoS custom policy.
Parameters:
Returns:
beginDelete
public abstract SyncPoller<PollResult<Void>,Void> beginDelete(String resourceGroupName, String ddosCustomPolicyName, Context context)
Deletes the specified DDoS custom policy.
Parameters:
Returns:
beginDeleteAsync
public abstract PollerFlux<PollResult<Void>,Void> beginDeleteAsync(String resourceGroupName, String ddosCustomPolicyName)
Deletes the specified DDoS custom policy.
Parameters:
Returns:
createOrUpdate
public abstract DdosCustomPolicyInner createOrUpdate(String resourceGroupName, String ddosCustomPolicyName, DdosCustomPolicyInner parameters)
Creates or updates a DDoS custom policy.
Parameters:
Returns:
createOrUpdate
public abstract DdosCustomPolicyInner createOrUpdate(String resourceGroupName, String ddosCustomPolicyName, DdosCustomPolicyInner parameters, Context context)
Creates or updates a DDoS custom policy.
Parameters:
Returns:
createOrUpdateAsync
public abstract Mono<DdosCustomPolicyInner> createOrUpdateAsync(String resourceGroupName, String ddosCustomPolicyName, DdosCustomPolicyInner parameters)
Creates or updates a DDoS custom policy.
Parameters:
Returns:
createOrUpdateWithResponseAsync
public abstract Mono<Response<Flux<ByteBuffer>>> createOrUpdateWithResponseAsync(String resourceGroupName, String ddosCustomPolicyName, DdosCustomPolicyInner parameters)
Creates or updates a DDoS custom policy.
Parameters:
Returns:
delete
public abstract void delete(String resourceGroupName, String ddosCustomPolicyName)
Deletes the specified DDoS custom policy.
Parameters:
delete
public abstract void delete(String resourceGroupName, String ddosCustomPolicyName, Context context)
Deletes the specified DDoS custom policy.
Parameters:
deleteAsync
public abstract Mono<Void> deleteAsync(String resourceGroupName, String ddosCustomPolicyName)
Deletes the specified DDoS custom policy.
Parameters:
Returns:
deleteWithResponseAsync
public abstract Mono<Response<Flux<ByteBuffer>>> deleteWithResponseAsync(String resourceGroupName, String ddosCustomPolicyName)
Deletes the specified DDoS custom policy.
Parameters:
Returns:
getByResourceGroup
public abstract DdosCustomPolicyInner getByResourceGroup(String resourceGroupName, String ddosCustomPolicyName)
Gets information about the specified DDoS custom policy.
Parameters:
Returns:
getByResourceGroupAsync
public abstract Mono<DdosCustomPolicyInner> getByResourceGroupAsync(String resourceGroupName, String ddosCustomPolicyName)
Gets information about the specified DDoS custom policy.
Parameters:
Returns:
getByResourceGroupWithResponse
public abstract Response<DdosCustomPolicyInner> getByResourceGroupWithResponse(String resourceGroupName, String ddosCustomPolicyName, Context context)
Gets information about the specified DDoS custom policy.
Parameters:
Returns:
getByResourceGroupWithResponseAsync
public abstract Mono<Response<DdosCustomPolicyInner>> getByResourceGroupWithResponseAsync(String resourceGroupName, String ddosCustomPolicyName)
Gets information about the specified DDoS custom policy.
Parameters:
Returns:
updateTags
public abstract DdosCustomPolicyInner updateTags(String resourceGroupName, String ddosCustomPolicyName, TagsObject parameters)
Update a DDoS custom policy tags.
Parameters:
Returns:
updateTagsAsync
public abstract Mono<DdosCustomPolicyInner> updateTagsAsync(String resourceGroupName, String ddosCustomPolicyName, TagsObject parameters)
Update a DDoS custom policy tags.
Parameters:
Returns:
updateTagsWithResponse
public abstract Response<DdosCustomPolicyInner> updateTagsWithResponse(String resourceGroupName, String ddosCustomPolicyName, TagsObject parameters, Context context)
Update a DDoS custom policy tags.
Parameters:
Returns:
updateTagsWithResponseAsync
public abstract Mono<Response<DdosCustomPolicyInner>> updateTagsWithResponseAsync(String resourceGroupName, String ddosCustomPolicyName, TagsObject parameters)
Update a DDoS custom policy tags.
Parameters:
Returns: