RuleSetsClient Interface

public interface RuleSetsClient

An instance of this class provides access to all the operations defined in RuleSetsClient.

Method Summary

Modifier and Type Method and Description
abstract SyncPoller<PollResult<Void>,Void> beginDelete(String resourceGroupName, String profileName, String ruleSetName)

Deletes an existing AzureFrontDoor rule set with the specified rule set name under the specified subscription, resource group and profile.

abstract SyncPoller<PollResult<Void>,Void> beginDelete(String resourceGroupName, String profileName, String ruleSetName, Context context)

Deletes an existing AzureFrontDoor rule set with the specified rule set name under the specified subscription, resource group and profile.

abstract PollerFlux<PollResult<Void>,Void> beginDeleteAsync(String resourceGroupName, String profileName, String ruleSetName)

Deletes an existing AzureFrontDoor rule set with the specified rule set name under the specified subscription, resource group and profile.

abstract RuleSetInner create(String resourceGroupName, String profileName, String ruleSetName)

Creates a new rule set within the specified profile.

abstract Mono<RuleSetInner> createAsync(String resourceGroupName, String profileName, String ruleSetName)

Creates a new rule set within the specified profile.

abstract Response<RuleSetInner> createWithResponse(String resourceGroupName, String profileName, String ruleSetName, Context context)

Creates a new rule set within the specified profile.

abstract Mono<Response<RuleSetInner>> createWithResponseAsync(String resourceGroupName, String profileName, String ruleSetName)

Creates a new rule set within the specified profile.

abstract void delete(String resourceGroupName, String profileName, String ruleSetName)

Deletes an existing AzureFrontDoor rule set with the specified rule set name under the specified subscription, resource group and profile.

abstract void delete(String resourceGroupName, String profileName, String ruleSetName, Context context)

Deletes an existing AzureFrontDoor rule set with the specified rule set name under the specified subscription, resource group and profile.

abstract Mono<Void> deleteAsync(String resourceGroupName, String profileName, String ruleSetName)

Deletes an existing AzureFrontDoor rule set with the specified rule set name under the specified subscription, resource group and profile.

abstract Mono<Response<Flux<ByteBuffer>>> deleteWithResponseAsync(String resourceGroupName, String profileName, String ruleSetName)

Deletes an existing AzureFrontDoor rule set with the specified rule set name under the specified subscription, resource group and profile.

abstract RuleSetInner get(String resourceGroupName, String profileName, String ruleSetName)

Gets an existing AzureFrontDoor rule set with the specified rule set name under the specified subscription, resource group and profile.

abstract Mono<RuleSetInner> getAsync(String resourceGroupName, String profileName, String ruleSetName)

Gets an existing AzureFrontDoor rule set with the specified rule set name under the specified subscription, resource group and profile.

abstract Response<RuleSetInner> getWithResponse(String resourceGroupName, String profileName, String ruleSetName, Context context)

Gets an existing AzureFrontDoor rule set with the specified rule set name under the specified subscription, resource group and profile.

abstract Mono<Response<RuleSetInner>> getWithResponseAsync(String resourceGroupName, String profileName, String ruleSetName)

Gets an existing AzureFrontDoor rule set with the specified rule set name under the specified subscription, resource group and profile.

abstract PagedIterable<RuleSetInner> listByProfile(String resourceGroupName, String profileName)

Lists existing AzureFrontDoor rule sets within a profile.

abstract PagedIterable<RuleSetInner> listByProfile(String resourceGroupName, String profileName, Context context)

Lists existing AzureFrontDoor rule sets within a profile.

abstract PagedFlux<RuleSetInner> listByProfileAsync(String resourceGroupName, String profileName)

Lists existing AzureFrontDoor rule sets within a profile.

abstract PagedIterable<UsageInner> listResourceUsage(String resourceGroupName, String profileName, String ruleSetName)

Checks the quota and actual usage of endpoints under the given Azure Front Door profile..

abstract PagedIterable<UsageInner> listResourceUsage(String resourceGroupName, String profileName, String ruleSetName, Context context)

Checks the quota and actual usage of endpoints under the given Azure Front Door profile..

abstract PagedFlux<UsageInner> listResourceUsageAsync(String resourceGroupName, String profileName, String ruleSetName)

Checks the quota and actual usage of endpoints under the given Azure Front Door profile..

Method Details

beginDelete

public abstract SyncPoller<>,Void> beginDelete(String resourceGroupName, String profileName, String ruleSetName)

Deletes an existing AzureFrontDoor rule set with the specified rule set name under the specified subscription, resource group and profile.

Parameters:

resourceGroupName - Name of the Resource group within the Azure subscription.
profileName - Name of the Azure Front Door Standard or Azure Front Door Premium profile which is unique within the resource group.
ruleSetName - Name of the rule set under the profile which is unique globally.

Returns:

the SyncPoller<T,U> for polling of long-running operation.

beginDelete

public abstract SyncPoller<>,Void> beginDelete(String resourceGroupName, String profileName, String ruleSetName, Context context)

Deletes an existing AzureFrontDoor rule set with the specified rule set name under the specified subscription, resource group and profile.

Parameters:

resourceGroupName - Name of the Resource group within the Azure subscription.
profileName - Name of the Azure Front Door Standard or Azure Front Door Premium profile which is unique within the resource group.
ruleSetName - Name of the rule set under the profile which is unique globally.
context - The context to associate with this operation.

Returns:

the SyncPoller<T,U> for polling of long-running operation.

beginDeleteAsync

public abstract PollerFlux<>,Void> beginDeleteAsync(String resourceGroupName, String profileName, String ruleSetName)

Deletes an existing AzureFrontDoor rule set with the specified rule set name under the specified subscription, resource group and profile.

Parameters:

resourceGroupName - Name of the Resource group within the Azure subscription.
profileName - Name of the Azure Front Door Standard or Azure Front Door Premium profile which is unique within the resource group.
ruleSetName - Name of the rule set under the profile which is unique globally.

Returns:

the PollerFlux<T,U> for polling of long-running operation.

create

public abstract RuleSetInner create(String resourceGroupName, String profileName, String ruleSetName)

Creates a new rule set within the specified profile.

Parameters:

resourceGroupName - Name of the Resource group within the Azure subscription.
profileName - Name of the Azure Front Door Standard or Azure Front Door Premium profile which is unique within the resource group.
ruleSetName - Name of the rule set under the profile which is unique globally.

Returns:

friendly RuleSet name mapping to the any RuleSet or secret related information.

createAsync

public abstract Mono createAsync(String resourceGroupName, String profileName, String ruleSetName)

Creates a new rule set within the specified profile.

Parameters:

resourceGroupName - Name of the Resource group within the Azure subscription.
profileName - Name of the Azure Front Door Standard or Azure Front Door Premium profile which is unique within the resource group.
ruleSetName - Name of the rule set under the profile which is unique globally.

Returns:

friendly RuleSet name mapping to the any RuleSet or secret related information on successful completion of Mono.

createWithResponse

public abstract Response createWithResponse(String resourceGroupName, String profileName, String ruleSetName, Context context)

Creates a new rule set within the specified profile.

Parameters:

resourceGroupName - Name of the Resource group within the Azure subscription.
profileName - Name of the Azure Front Door Standard or Azure Front Door Premium profile which is unique within the resource group.
ruleSetName - Name of the rule set under the profile which is unique globally.
context - The context to associate with this operation.

Returns:

friendly RuleSet name mapping to the any RuleSet or secret related information along with Response<T>.

createWithResponseAsync

public abstract Mono<>> createWithResponseAsync(String resourceGroupName, String profileName, String ruleSetName)

Creates a new rule set within the specified profile.

Parameters:

resourceGroupName - Name of the Resource group within the Azure subscription.
profileName - Name of the Azure Front Door Standard or Azure Front Door Premium profile which is unique within the resource group.
ruleSetName - Name of the rule set under the profile which is unique globally.

Returns:

friendly RuleSet name mapping to the any RuleSet or secret related information along with Response<T> on successful completion of Mono.

delete

public abstract void delete(String resourceGroupName, String profileName, String ruleSetName)

Deletes an existing AzureFrontDoor rule set with the specified rule set name under the specified subscription, resource group and profile.

Parameters:

resourceGroupName - Name of the Resource group within the Azure subscription.
profileName - Name of the Azure Front Door Standard or Azure Front Door Premium profile which is unique within the resource group.
ruleSetName - Name of the rule set under the profile which is unique globally.

delete

public abstract void delete(String resourceGroupName, String profileName, String ruleSetName, Context context)

Deletes an existing AzureFrontDoor rule set with the specified rule set name under the specified subscription, resource group and profile.

Parameters:

resourceGroupName - Name of the Resource group within the Azure subscription.
profileName - Name of the Azure Front Door Standard or Azure Front Door Premium profile which is unique within the resource group.
ruleSetName - Name of the rule set under the profile which is unique globally.
context - The context to associate with this operation.

deleteAsync

public abstract Mono deleteAsync(String resourceGroupName, String profileName, String ruleSetName)

Deletes an existing AzureFrontDoor rule set with the specified rule set name under the specified subscription, resource group and profile.

Parameters:

resourceGroupName - Name of the Resource group within the Azure subscription.
profileName - Name of the Azure Front Door Standard or Azure Front Door Premium profile which is unique within the resource group.
ruleSetName - Name of the rule set under the profile which is unique globally.

Returns:

A Mono that completes when a successful response is received.

deleteWithResponseAsync

public abstract Mono<><>>> deleteWithResponseAsync(String resourceGroupName, String profileName, String ruleSetName)

Deletes an existing AzureFrontDoor rule set with the specified rule set name under the specified subscription, resource group and profile.

Parameters:

resourceGroupName - Name of the Resource group within the Azure subscription.
profileName - Name of the Azure Front Door Standard or Azure Front Door Premium profile which is unique within the resource group.
ruleSetName - Name of the rule set under the profile which is unique globally.

Returns:

the Response<T> on successful completion of Mono.

get

public abstract RuleSetInner get(String resourceGroupName, String profileName, String ruleSetName)

Gets an existing AzureFrontDoor rule set with the specified rule set name under the specified subscription, resource group and profile.

Parameters:

resourceGroupName - Name of the Resource group within the Azure subscription.
profileName - Name of the Azure Front Door Standard or Azure Front Door Premium profile which is unique within the resource group.
ruleSetName - Name of the rule set under the profile which is unique globally.

Returns:

an existing AzureFrontDoor rule set with the specified rule set name under the specified subscription, resource group and profile.

getAsync

public abstract Mono getAsync(String resourceGroupName, String profileName, String ruleSetName)

Gets an existing AzureFrontDoor rule set with the specified rule set name under the specified subscription, resource group and profile.

Parameters:

resourceGroupName - Name of the Resource group within the Azure subscription.
profileName - Name of the Azure Front Door Standard or Azure Front Door Premium profile which is unique within the resource group.
ruleSetName - Name of the rule set under the profile which is unique globally.

Returns:

an existing AzureFrontDoor rule set with the specified rule set name under the specified subscription, resource group and profile on successful completion of Mono.

getWithResponse

public abstract Response getWithResponse(String resourceGroupName, String profileName, String ruleSetName, Context context)

Gets an existing AzureFrontDoor rule set with the specified rule set name under the specified subscription, resource group and profile.

Parameters:

resourceGroupName - Name of the Resource group within the Azure subscription.
profileName - Name of the Azure Front Door Standard or Azure Front Door Premium profile which is unique within the resource group.
ruleSetName - Name of the rule set under the profile which is unique globally.
context - The context to associate with this operation.

Returns:

an existing AzureFrontDoor rule set with the specified rule set name under the specified subscription, resource group and profile along with Response<T>.

getWithResponseAsync

public abstract Mono<>> getWithResponseAsync(String resourceGroupName, String profileName, String ruleSetName)

Gets an existing AzureFrontDoor rule set with the specified rule set name under the specified subscription, resource group and profile.

Parameters:

resourceGroupName - Name of the Resource group within the Azure subscription.
profileName - Name of the Azure Front Door Standard or Azure Front Door Premium profile which is unique within the resource group.
ruleSetName - Name of the rule set under the profile which is unique globally.

Returns:

an existing AzureFrontDoor rule set with the specified rule set name under the specified subscription, resource group and profile along with Response<T> on successful completion of Mono.

listByProfile

public abstract PagedIterable listByProfile(String resourceGroupName, String profileName)

Lists existing AzureFrontDoor rule sets within a profile.

Parameters:

resourceGroupName - Name of the Resource group within the Azure subscription.
profileName - Name of the Azure Front Door Standard or Azure Front Door Premium profile which is unique within the resource group.

Returns:

result of the request to list rule sets as paginated response with PagedIterable<T>.

listByProfile

public abstract PagedIterable listByProfile(String resourceGroupName, String profileName, Context context)

Lists existing AzureFrontDoor rule sets within a profile.

Parameters:

resourceGroupName - Name of the Resource group within the Azure subscription.
profileName - Name of the Azure Front Door Standard or Azure Front Door Premium profile which is unique within the resource group.
context - The context to associate with this operation.

Returns:

result of the request to list rule sets as paginated response with PagedIterable<T>.

listByProfileAsync

public abstract PagedFlux listByProfileAsync(String resourceGroupName, String profileName)

Lists existing AzureFrontDoor rule sets within a profile.

Parameters:

resourceGroupName - Name of the Resource group within the Azure subscription.
profileName - Name of the Azure Front Door Standard or Azure Front Door Premium profile which is unique within the resource group.

Returns:

result of the request to list rule sets as paginated response with PagedFlux<T>.

listResourceUsage

public abstract PagedIterable listResourceUsage(String resourceGroupName, String profileName, String ruleSetName)

Checks the quota and actual usage of endpoints under the given Azure Front Door profile..

Parameters:

resourceGroupName - Name of the Resource group within the Azure subscription.
profileName - Name of the Azure Front Door Standard or Azure Front Door Premium profile which is unique within the resource group.
ruleSetName - Name of the rule set under the profile which is unique globally.

Returns:

the list usages operation response as paginated response with PagedIterable<T>.

listResourceUsage

public abstract PagedIterable listResourceUsage(String resourceGroupName, String profileName, String ruleSetName, Context context)

Checks the quota and actual usage of endpoints under the given Azure Front Door profile..

Parameters:

resourceGroupName - Name of the Resource group within the Azure subscription.
profileName - Name of the Azure Front Door Standard or Azure Front Door Premium profile which is unique within the resource group.
ruleSetName - Name of the rule set under the profile which is unique globally.
context - The context to associate with this operation.

Returns:

the list usages operation response as paginated response with PagedIterable<T>.

listResourceUsageAsync

public abstract PagedFlux listResourceUsageAsync(String resourceGroupName, String profileName, String ruleSetName)

Checks the quota and actual usage of endpoints under the given Azure Front Door profile..

Parameters:

resourceGroupName - Name of the Resource group within the Azure subscription.
profileName - Name of the Azure Front Door Standard or Azure Front Door Premium profile which is unique within the resource group.
ruleSetName - Name of the rule set under the profile which is unique globally.

Returns:

the list usages operation response as paginated response with PagedFlux<T>.

Applies to