FirewallPolicyIdpsSignaturesOverridesClient Interface

public interface FirewallPolicyIdpsSignaturesOverridesClient

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

Method Summary

Modifier and Type Method and Description
abstract SignaturesOverridesInner get(String resourceGroupName, String firewallPolicyName)

Returns all signatures overrides for a specific policy.

abstract Mono<SignaturesOverridesInner> getAsync(String resourceGroupName, String firewallPolicyName)

Returns all signatures overrides for a specific policy.

abstract Response<SignaturesOverridesInner> getWithResponse(String resourceGroupName, String firewallPolicyName, Context context)

Returns all signatures overrides for a specific policy.

abstract Mono<Response<SignaturesOverridesInner>> getWithResponseAsync(String resourceGroupName, String firewallPolicyName)

Returns all signatures overrides for a specific policy.

abstract SignaturesOverridesListInner list(String resourceGroupName, String firewallPolicyName)

Returns all signatures overrides objects for a specific policy as a list containing a single value.

abstract Mono<SignaturesOverridesListInner> listAsync(String resourceGroupName, String firewallPolicyName)

Returns all signatures overrides objects for a specific policy as a list containing a single value.

abstract Response<SignaturesOverridesListInner> listWithResponse(String resourceGroupName, String firewallPolicyName, Context context)

Returns all signatures overrides objects for a specific policy as a list containing a single value.

abstract Mono<Response<SignaturesOverridesListInner>> listWithResponseAsync(String resourceGroupName, String firewallPolicyName)

Returns all signatures overrides objects for a specific policy as a list containing a single value.

abstract SignaturesOverridesInner patch(String resourceGroupName, String firewallPolicyName, SignaturesOverridesInner parameters)

Will update the status of policy's signature overrides for IDPS.

abstract Mono<SignaturesOverridesInner> patchAsync(String resourceGroupName, String firewallPolicyName, SignaturesOverridesInner parameters)

Will update the status of policy's signature overrides for IDPS.

abstract Response<SignaturesOverridesInner> patchWithResponse(String resourceGroupName, String firewallPolicyName, SignaturesOverridesInner parameters, Context context)

Will update the status of policy's signature overrides for IDPS.

abstract Mono<Response<SignaturesOverridesInner>> patchWithResponseAsync(String resourceGroupName, String firewallPolicyName, SignaturesOverridesInner parameters)

Will update the status of policy's signature overrides for IDPS.

abstract SignaturesOverridesInner put(String resourceGroupName, String firewallPolicyName, SignaturesOverridesInner parameters)

Will override/create a new signature overrides for the policy's IDPS.

abstract Mono<SignaturesOverridesInner> putAsync(String resourceGroupName, String firewallPolicyName, SignaturesOverridesInner parameters)

Will override/create a new signature overrides for the policy's IDPS.

abstract Response<SignaturesOverridesInner> putWithResponse(String resourceGroupName, String firewallPolicyName, SignaturesOverridesInner parameters, Context context)

Will override/create a new signature overrides for the policy's IDPS.

abstract Mono<Response<SignaturesOverridesInner>> putWithResponseAsync(String resourceGroupName, String firewallPolicyName, SignaturesOverridesInner parameters)

Will override/create a new signature overrides for the policy's IDPS.

Method Details

get

public abstract SignaturesOverridesInner get(String resourceGroupName, String firewallPolicyName)

Returns all signatures overrides for a specific policy.

Parameters:

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

Returns:

contains all specific policy signatures overrides for the IDPS.

getAsync

public abstract Mono getAsync(String resourceGroupName, String firewallPolicyName)

Returns all signatures overrides for a specific policy.

Parameters:

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

Returns:

contains all specific policy signatures overrides for the IDPS on successful completion of Mono.

getWithResponse

public abstract Response getWithResponse(String resourceGroupName, String firewallPolicyName, Context context)

Returns all signatures overrides for a specific policy.

Parameters:

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

Returns:

contains all specific policy signatures overrides for the IDPS along with Response<T>.

getWithResponseAsync

public abstract Mono> getWithResponseAsync(String resourceGroupName, String firewallPolicyName)

Returns all signatures overrides for a specific policy.

Parameters:

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

Returns:

contains all specific policy signatures overrides for the IDPS along with Response<T> on successful completion of Mono.

list

public abstract SignaturesOverridesListInner list(String resourceGroupName, String firewallPolicyName)

Returns all signatures overrides objects for a specific policy as a list containing a single value.

Parameters:

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

Returns:

describes an object containing an array with a single item.

listAsync

public abstract Mono listAsync(String resourceGroupName, String firewallPolicyName)

Returns all signatures overrides objects for a specific policy as a list containing a single value.

Parameters:

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

Returns:

describes an object containing an array with a single item on successful completion of Mono.

listWithResponse

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

Returns all signatures overrides objects for a specific policy as a list containing a single value.

Parameters:

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

Returns:

describes an object containing an array with a single item along with Response<T>.

listWithResponseAsync

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

Returns all signatures overrides objects for a specific policy as a list containing a single value.

Parameters:

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

Returns:

describes an object containing an array with a single item along with Response<T> on successful completion of Mono.

patch

public abstract SignaturesOverridesInner patch(String resourceGroupName, String firewallPolicyName, SignaturesOverridesInner parameters)

Will update the status of policy's signature overrides for IDPS.

Parameters:

resourceGroupName - The name of the resource group.
firewallPolicyName - The name of the Firewall Policy.
parameters - Will contain all properties of the object to put.

Returns:

contains all specific policy signatures overrides for the IDPS.

patchAsync

public abstract Mono patchAsync(String resourceGroupName, String firewallPolicyName, SignaturesOverridesInner parameters)

Will update the status of policy's signature overrides for IDPS.

Parameters:

resourceGroupName - The name of the resource group.
firewallPolicyName - The name of the Firewall Policy.
parameters - Will contain all properties of the object to put.

Returns:

contains all specific policy signatures overrides for the IDPS on successful completion of Mono.

patchWithResponse

public abstract Response patchWithResponse(String resourceGroupName, String firewallPolicyName, SignaturesOverridesInner parameters, Context context)

Will update the status of policy's signature overrides for IDPS.

Parameters:

resourceGroupName - The name of the resource group.
firewallPolicyName - The name of the Firewall Policy.
parameters - Will contain all properties of the object to put.
context - The context to associate with this operation.

Returns:

contains all specific policy signatures overrides for the IDPS along with Response<T>.

patchWithResponseAsync

public abstract Mono> patchWithResponseAsync(String resourceGroupName, String firewallPolicyName, SignaturesOverridesInner parameters)

Will update the status of policy's signature overrides for IDPS.

Parameters:

resourceGroupName - The name of the resource group.
firewallPolicyName - The name of the Firewall Policy.
parameters - Will contain all properties of the object to put.

Returns:

contains all specific policy signatures overrides for the IDPS along with Response<T> on successful completion of Mono.

put

public abstract SignaturesOverridesInner put(String resourceGroupName, String firewallPolicyName, SignaturesOverridesInner parameters)

Will override/create a new signature overrides for the policy's IDPS.

Parameters:

resourceGroupName - The name of the resource group.
firewallPolicyName - The name of the Firewall Policy.
parameters - Will contain all properties of the object to put.

Returns:

contains all specific policy signatures overrides for the IDPS.

putAsync

public abstract Mono putAsync(String resourceGroupName, String firewallPolicyName, SignaturesOverridesInner parameters)

Will override/create a new signature overrides for the policy's IDPS.

Parameters:

resourceGroupName - The name of the resource group.
firewallPolicyName - The name of the Firewall Policy.
parameters - Will contain all properties of the object to put.

Returns:

contains all specific policy signatures overrides for the IDPS on successful completion of Mono.

putWithResponse

public abstract Response putWithResponse(String resourceGroupName, String firewallPolicyName, SignaturesOverridesInner parameters, Context context)

Will override/create a new signature overrides for the policy's IDPS.

Parameters:

resourceGroupName - The name of the resource group.
firewallPolicyName - The name of the Firewall Policy.
parameters - Will contain all properties of the object to put.
context - The context to associate with this operation.

Returns:

contains all specific policy signatures overrides for the IDPS along with Response<T>.

putWithResponseAsync

public abstract Mono> putWithResponseAsync(String resourceGroupName, String firewallPolicyName, SignaturesOverridesInner parameters)

Will override/create a new signature overrides for the policy's IDPS.

Parameters:

resourceGroupName - The name of the resource group.
firewallPolicyName - The name of the Firewall Policy.
parameters - Will contain all properties of the object to put.

Returns:

contains all specific policy signatures overrides for the IDPS along with Response<T> on successful completion of Mono.

Applies to