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
Creates or updates a DDoS custom policy.
Parameters:
Returns:
beginCreateOrUpdate
public abstract SyncPoller
Creates or updates a DDoS custom policy.
Parameters:
Returns:
beginCreateOrUpdateAsync
public abstract PollerFlux
Creates or updates a DDoS custom policy.
Parameters:
Returns:
beginDelete
public abstract SyncPoller
Deletes the specified DDoS custom policy.
Parameters:
Returns:
beginDelete
public abstract SyncPoller
Deletes the specified DDoS custom policy.
Parameters:
Returns:
beginDeleteAsync
public abstract PollerFlux
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
Creates or updates a DDoS custom policy.
Parameters:
Returns:
createOrUpdateWithResponseAsync
public abstract Mono
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
Deletes the specified DDoS custom policy.
Parameters:
Returns:
deleteWithResponseAsync
public abstract Mono
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
Gets information about the specified DDoS custom policy.
Parameters:
Returns:
getByResourceGroupWithResponse
public abstract Response
Gets information about the specified DDoS custom policy.
Parameters:
Returns:
getByResourceGroupWithResponseAsync
public abstract Mono
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
Update a DDoS custom policy tags.
Parameters:
Returns:
updateTagsWithResponse
public abstract Response
Update a DDoS custom policy tags.
Parameters:
Returns:
updateTagsWithResponseAsync
public abstract Mono
Update a DDoS custom policy tags.
Parameters:
Returns:
Applies to
Azure SDK for Java