Interface FirewallPolicyIdpsSignaturesOverridesClient
-
public interface FirewallPolicyIdpsSignaturesOverridesClientAn instance of this class provides access to all the operations defined in FirewallPolicyIdpsSignaturesOverridesClient.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description SignaturesOverridesInnerget(String resourceGroupName, String firewallPolicyName)Returns all signatures overrides for a specific policy.Mono<SignaturesOverridesInner>getAsync(String resourceGroupName, String firewallPolicyName)Returns all signatures overrides for a specific policy.com.azure.core.http.rest.Response<SignaturesOverridesInner>getWithResponse(String resourceGroupName, String firewallPolicyName, com.azure.core.util.Context context)Returns all signatures overrides for a specific policy.Mono<com.azure.core.http.rest.Response<SignaturesOverridesInner>>getWithResponseAsync(String resourceGroupName, String firewallPolicyName)Returns all signatures overrides for a specific policy.SignaturesOverridesListInnerlist(String resourceGroupName, String firewallPolicyName)Returns all signatures overrides objects for a specific policy as a list containing a single value.Mono<SignaturesOverridesListInner>listAsync(String resourceGroupName, String firewallPolicyName)Returns all signatures overrides objects for a specific policy as a list containing a single value.com.azure.core.http.rest.Response<SignaturesOverridesListInner>listWithResponse(String resourceGroupName, String firewallPolicyName, com.azure.core.util.Context context)Returns all signatures overrides objects for a specific policy as a list containing a single value.Mono<com.azure.core.http.rest.Response<SignaturesOverridesListInner>>listWithResponseAsync(String resourceGroupName, String firewallPolicyName)Returns all signatures overrides objects for a specific policy as a list containing a single value.SignaturesOverridesInnerpatch(String resourceGroupName, String firewallPolicyName, SignaturesOverridesInner parameters)Will update the status of policy's signature overrides for IDPS.Mono<SignaturesOverridesInner>patchAsync(String resourceGroupName, String firewallPolicyName, SignaturesOverridesInner parameters)Will update the status of policy's signature overrides for IDPS.com.azure.core.http.rest.Response<SignaturesOverridesInner>patchWithResponse(String resourceGroupName, String firewallPolicyName, SignaturesOverridesInner parameters, com.azure.core.util.Context context)Will update the status of policy's signature overrides for IDPS.Mono<com.azure.core.http.rest.Response<SignaturesOverridesInner>>patchWithResponseAsync(String resourceGroupName, String firewallPolicyName, SignaturesOverridesInner parameters)Will update the status of policy's signature overrides for IDPS.SignaturesOverridesInnerput(String resourceGroupName, String firewallPolicyName, SignaturesOverridesInner parameters)Will override/create a new signature overrides for the policy's IDPS.Mono<SignaturesOverridesInner>putAsync(String resourceGroupName, String firewallPolicyName, SignaturesOverridesInner parameters)Will override/create a new signature overrides for the policy's IDPS.com.azure.core.http.rest.Response<SignaturesOverridesInner>putWithResponse(String resourceGroupName, String firewallPolicyName, SignaturesOverridesInner parameters, com.azure.core.util.Context context)Will override/create a new signature overrides for the policy's IDPS.Mono<com.azure.core.http.rest.Response<SignaturesOverridesInner>>putWithResponseAsync(String resourceGroupName, String firewallPolicyName, SignaturesOverridesInner parameters)Will override/create a new signature overrides for the policy's IDPS.
-
-
-
Method Detail
-
patchWithResponseAsync
Mono<com.azure.core.http.rest.Response<SignaturesOverridesInner>> 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
Responseon successful completion ofMono. - Throws:
IllegalArgumentException- thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException- thrown if the request is rejected by server.RuntimeException- all other wrapped checked exceptions if the request fails to be sent.
-
patchAsync
Mono<SignaturesOverridesInner> 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. - Throws:
IllegalArgumentException- thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException- thrown if the request is rejected by server.RuntimeException- all other wrapped checked exceptions if the request fails to be sent.
-
patch
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.
- Throws:
IllegalArgumentException- thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException- thrown if the request is rejected by server.RuntimeException- all other wrapped checked exceptions if the request fails to be sent.
-
patchWithResponse
com.azure.core.http.rest.Response<SignaturesOverridesInner> patchWithResponse(String resourceGroupName, String firewallPolicyName, SignaturesOverridesInner parameters, com.azure.core.util.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. - Throws:
IllegalArgumentException- thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException- thrown if the request is rejected by server.RuntimeException- all other wrapped checked exceptions if the request fails to be sent.
-
putWithResponseAsync
Mono<com.azure.core.http.rest.Response<SignaturesOverridesInner>> 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
Responseon successful completion ofMono. - Throws:
IllegalArgumentException- thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException- thrown if the request is rejected by server.RuntimeException- all other wrapped checked exceptions if the request fails to be sent.
-
putAsync
Mono<SignaturesOverridesInner> 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. - Throws:
IllegalArgumentException- thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException- thrown if the request is rejected by server.RuntimeException- all other wrapped checked exceptions if the request fails to be sent.
-
put
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.
- Throws:
IllegalArgumentException- thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException- thrown if the request is rejected by server.RuntimeException- all other wrapped checked exceptions if the request fails to be sent.
-
putWithResponse
com.azure.core.http.rest.Response<SignaturesOverridesInner> putWithResponse(String resourceGroupName, String firewallPolicyName, SignaturesOverridesInner parameters, com.azure.core.util.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. - Throws:
IllegalArgumentException- thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException- thrown if the request is rejected by server.RuntimeException- all other wrapped checked exceptions if the request fails to be sent.
-
getWithResponseAsync
Mono<com.azure.core.http.rest.Response<SignaturesOverridesInner>> 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
Responseon successful completion ofMono. - Throws:
IllegalArgumentException- thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException- thrown if the request is rejected by server.RuntimeException- all other wrapped checked exceptions if the request fails to be sent.
-
getAsync
Mono<SignaturesOverridesInner> 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. - Throws:
IllegalArgumentException- thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException- thrown if the request is rejected by server.RuntimeException- all other wrapped checked exceptions if the request fails to be sent.
-
get
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.
- Throws:
IllegalArgumentException- thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException- thrown if the request is rejected by server.RuntimeException- all other wrapped checked exceptions if the request fails to be sent.
-
getWithResponse
com.azure.core.http.rest.Response<SignaturesOverridesInner> getWithResponse(String resourceGroupName, String firewallPolicyName, com.azure.core.util.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. - Throws:
IllegalArgumentException- thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException- thrown if the request is rejected by server.RuntimeException- all other wrapped checked exceptions if the request fails to be sent.
-
listWithResponseAsync
Mono<com.azure.core.http.rest.Response<SignaturesOverridesListInner>> 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
Responseon successful completion ofMono. - Throws:
IllegalArgumentException- thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException- thrown if the request is rejected by server.RuntimeException- all other wrapped checked exceptions if the request fails to be sent.
-
listAsync
Mono<SignaturesOverridesListInner> 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. - Throws:
IllegalArgumentException- thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException- thrown if the request is rejected by server.RuntimeException- all other wrapped checked exceptions if the request fails to be sent.
-
list
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.
- Throws:
IllegalArgumentException- thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException- thrown if the request is rejected by server.RuntimeException- all other wrapped checked exceptions if the request fails to be sent.
-
listWithResponse
com.azure.core.http.rest.Response<SignaturesOverridesListInner> listWithResponse(String resourceGroupName, String firewallPolicyName, com.azure.core.util.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. - Throws:
IllegalArgumentException- thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException- thrown if the request is rejected by server.RuntimeException- all other wrapped checked exceptions if the request fails to be sent.
-
-