FirewallPolicyIdpsSignaturesClient Interface

public interface FirewallPolicyIdpsSignaturesClient

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

Method Summary

Modifier and Type Method and Description
abstract QueryResultsInner list(String resourceGroupName, String firewallPolicyName, IdpsQueryObject parameters)

Retrieves the current status of IDPS signatures for the relevant policy.

abstract Mono<QueryResultsInner> listAsync(String resourceGroupName, String firewallPolicyName, IdpsQueryObject parameters)

Retrieves the current status of IDPS signatures for the relevant policy.

abstract Response<QueryResultsInner> listWithResponse(String resourceGroupName, String firewallPolicyName, IdpsQueryObject parameters, Context context)

Retrieves the current status of IDPS signatures for the relevant policy.

abstract Mono<Response<QueryResultsInner>> listWithResponseAsync(String resourceGroupName, String firewallPolicyName, IdpsQueryObject parameters)

Retrieves the current status of IDPS signatures for the relevant policy.

Method Details

list

public abstract QueryResultsInner list(String resourceGroupName, String firewallPolicyName, IdpsQueryObject parameters)

Retrieves the current status of IDPS signatures for the relevant policy. Maximal amount of returned signatures is 1000.

Parameters:

resourceGroupName - The name of the resource group.
firewallPolicyName - The name of the Firewall Policy.
parameters - The parameters parameter.

Returns:

query result.

listAsync

public abstract Mono listAsync(String resourceGroupName, String firewallPolicyName, IdpsQueryObject parameters)

Retrieves the current status of IDPS signatures for the relevant policy. Maximal amount of returned signatures is 1000.

Parameters:

resourceGroupName - The name of the resource group.
firewallPolicyName - The name of the Firewall Policy.
parameters - The parameters parameter.

Returns:

query result on successful completion of Mono.

listWithResponse

public abstract Response listWithResponse(String resourceGroupName, String firewallPolicyName, IdpsQueryObject parameters, Context context)

Retrieves the current status of IDPS signatures for the relevant policy. Maximal amount of returned signatures is 1000.

Parameters:

resourceGroupName - The name of the resource group.
firewallPolicyName - The name of the Firewall Policy.
parameters - The parameters parameter.
context - The context to associate with this operation.

Returns:

query result along with Response<T>.

listWithResponseAsync

public abstract Mono> listWithResponseAsync(String resourceGroupName, String firewallPolicyName, IdpsQueryObject parameters)

Retrieves the current status of IDPS signatures for the relevant policy. Maximal amount of returned signatures is 1000.

Parameters:

resourceGroupName - The name of the resource group.
firewallPolicyName - The name of the Firewall Policy.
parameters - The parameters parameter.

Returns:

query result along with Response<T> on successful completion of Mono.

Applies to