forked from Azure/azure-sdk-for-java
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
mgmt, upgrade network to 2021-05 Azure#25116
- Loading branch information
1 parent
fd7148d
commit b20fbe3
Showing
186 changed files
with
10,029 additions
and
3,524 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
75 changes: 75 additions & 0 deletions
75
...ain/java/com/azure/resourcemanager/network/fluent/FirewallPolicyIdpsSignaturesClient.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,75 @@ | ||
// Copyright (c) Microsoft Corporation. All rights reserved. | ||
// Licensed under the MIT License. | ||
// Code generated by Microsoft (R) AutoRest Code Generator. | ||
|
||
package com.azure.resourcemanager.network.fluent; | ||
|
||
import com.azure.core.annotation.ReturnType; | ||
import com.azure.core.annotation.ServiceMethod; | ||
import com.azure.core.http.rest.Response; | ||
import com.azure.core.util.Context; | ||
import com.azure.resourcemanager.network.fluent.models.QueryResultsInner; | ||
import com.azure.resourcemanager.network.models.IdpsQueryObject; | ||
import reactor.core.publisher.Mono; | ||
|
||
/** An instance of this class provides access to all the operations defined in FirewallPolicyIdpsSignaturesClient. */ | ||
public interface FirewallPolicyIdpsSignaturesClient { | ||
/** | ||
* Retrieves the current status of IDPS signatures for the relevant policy. | ||
* | ||
* @param resourceGroupName The name of the resource group. | ||
* @param firewallPolicyName The name of the Firewall Policy. | ||
* @param parameters Will describe the query to run against the IDPS signatures DB. | ||
* @throws IllegalArgumentException thrown if parameters fail the validation. | ||
* @throws com.azure.core.management.exception.ManagementException thrown if the request is rejected by server. | ||
* @throws RuntimeException all other wrapped checked exceptions if the request fails to be sent. | ||
* @return query result. | ||
*/ | ||
@ServiceMethod(returns = ReturnType.SINGLE) | ||
Mono<Response<QueryResultsInner>> listWithResponseAsync( | ||
String resourceGroupName, String firewallPolicyName, IdpsQueryObject parameters); | ||
|
||
/** | ||
* Retrieves the current status of IDPS signatures for the relevant policy. | ||
* | ||
* @param resourceGroupName The name of the resource group. | ||
* @param firewallPolicyName The name of the Firewall Policy. | ||
* @param parameters Will describe the query to run against the IDPS signatures DB. | ||
* @throws IllegalArgumentException thrown if parameters fail the validation. | ||
* @throws com.azure.core.management.exception.ManagementException thrown if the request is rejected by server. | ||
* @throws RuntimeException all other wrapped checked exceptions if the request fails to be sent. | ||
* @return query result. | ||
*/ | ||
@ServiceMethod(returns = ReturnType.SINGLE) | ||
Mono<QueryResultsInner> listAsync(String resourceGroupName, String firewallPolicyName, IdpsQueryObject parameters); | ||
|
||
/** | ||
* Retrieves the current status of IDPS signatures for the relevant policy. | ||
* | ||
* @param resourceGroupName The name of the resource group. | ||
* @param firewallPolicyName The name of the Firewall Policy. | ||
* @param parameters Will describe the query to run against the IDPS signatures DB. | ||
* @throws IllegalArgumentException thrown if parameters fail the validation. | ||
* @throws com.azure.core.management.exception.ManagementException thrown if the request is rejected by server. | ||
* @throws RuntimeException all other wrapped checked exceptions if the request fails to be sent. | ||
* @return query result. | ||
*/ | ||
@ServiceMethod(returns = ReturnType.SINGLE) | ||
QueryResultsInner list(String resourceGroupName, String firewallPolicyName, IdpsQueryObject parameters); | ||
|
||
/** | ||
* Retrieves the current status of IDPS signatures for the relevant policy. | ||
* | ||
* @param resourceGroupName The name of the resource group. | ||
* @param firewallPolicyName The name of the Firewall Policy. | ||
* @param parameters Will describe the query to run against the IDPS signatures DB. | ||
* @param context The context to associate with this operation. | ||
* @throws IllegalArgumentException thrown if parameters fail the validation. | ||
* @throws com.azure.core.management.exception.ManagementException thrown if the request is rejected by server. | ||
* @throws RuntimeException all other wrapped checked exceptions if the request fails to be sent. | ||
* @return query result. | ||
*/ | ||
@ServiceMethod(returns = ReturnType.SINGLE) | ||
Response<QueryResultsInner> listWithResponse( | ||
String resourceGroupName, String firewallPolicyName, IdpsQueryObject parameters, Context context); | ||
} |
83 changes: 83 additions & 0 deletions
83
.../azure/resourcemanager/network/fluent/FirewallPolicyIdpsSignaturesFilterValuesClient.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,83 @@ | ||
// Copyright (c) Microsoft Corporation. All rights reserved. | ||
// Licensed under the MIT License. | ||
// Code generated by Microsoft (R) AutoRest Code Generator. | ||
|
||
package com.azure.resourcemanager.network.fluent; | ||
|
||
import com.azure.core.annotation.ReturnType; | ||
import com.azure.core.annotation.ServiceMethod; | ||
import com.azure.core.http.rest.Response; | ||
import com.azure.core.util.Context; | ||
import com.azure.resourcemanager.network.fluent.models.SignatureOverridesFilterValuesResponseInner; | ||
import com.azure.resourcemanager.network.models.SignatureOverridesFilterValuesQuery; | ||
import reactor.core.publisher.Mono; | ||
|
||
/** | ||
* An instance of this class provides access to all the operations defined in | ||
* FirewallPolicyIdpsSignaturesFilterValuesClient. | ||
*/ | ||
public interface FirewallPolicyIdpsSignaturesFilterValuesClient { | ||
/** | ||
* Retrieves the current filter values for the signatures overrides. | ||
* | ||
* @param resourceGroupName The name of the resource group. | ||
* @param firewallPolicyName The name of the Firewall Policy. | ||
* @param parameters Describes the filter values possibles for a given column. | ||
* @throws IllegalArgumentException thrown if parameters fail the validation. | ||
* @throws com.azure.core.management.exception.ManagementException thrown if the request is rejected by server. | ||
* @throws RuntimeException all other wrapped checked exceptions if the request fails to be sent. | ||
* @return describes the list of all possible values for a specific filter value. | ||
*/ | ||
@ServiceMethod(returns = ReturnType.SINGLE) | ||
Mono<Response<SignatureOverridesFilterValuesResponseInner>> listWithResponseAsync( | ||
String resourceGroupName, String firewallPolicyName, SignatureOverridesFilterValuesQuery parameters); | ||
|
||
/** | ||
* Retrieves the current filter values for the signatures overrides. | ||
* | ||
* @param resourceGroupName The name of the resource group. | ||
* @param firewallPolicyName The name of the Firewall Policy. | ||
* @param parameters Describes the filter values possibles for a given column. | ||
* @throws IllegalArgumentException thrown if parameters fail the validation. | ||
* @throws com.azure.core.management.exception.ManagementException thrown if the request is rejected by server. | ||
* @throws RuntimeException all other wrapped checked exceptions if the request fails to be sent. | ||
* @return describes the list of all possible values for a specific filter value. | ||
*/ | ||
@ServiceMethod(returns = ReturnType.SINGLE) | ||
Mono<SignatureOverridesFilterValuesResponseInner> listAsync( | ||
String resourceGroupName, String firewallPolicyName, SignatureOverridesFilterValuesQuery parameters); | ||
|
||
/** | ||
* Retrieves the current filter values for the signatures overrides. | ||
* | ||
* @param resourceGroupName The name of the resource group. | ||
* @param firewallPolicyName The name of the Firewall Policy. | ||
* @param parameters Describes the filter values possibles for a given column. | ||
* @throws IllegalArgumentException thrown if parameters fail the validation. | ||
* @throws com.azure.core.management.exception.ManagementException thrown if the request is rejected by server. | ||
* @throws RuntimeException all other wrapped checked exceptions if the request fails to be sent. | ||
* @return describes the list of all possible values for a specific filter value. | ||
*/ | ||
@ServiceMethod(returns = ReturnType.SINGLE) | ||
SignatureOverridesFilterValuesResponseInner list( | ||
String resourceGroupName, String firewallPolicyName, SignatureOverridesFilterValuesQuery parameters); | ||
|
||
/** | ||
* Retrieves the current filter values for the signatures overrides. | ||
* | ||
* @param resourceGroupName The name of the resource group. | ||
* @param firewallPolicyName The name of the Firewall Policy. | ||
* @param parameters Describes the filter values possibles for a given column. | ||
* @param context The context to associate with this operation. | ||
* @throws IllegalArgumentException thrown if parameters fail the validation. | ||
* @throws com.azure.core.management.exception.ManagementException thrown if the request is rejected by server. | ||
* @throws RuntimeException all other wrapped checked exceptions if the request fails to be sent. | ||
* @return describes the list of all possible values for a specific filter value. | ||
*/ | ||
@ServiceMethod(returns = ReturnType.SINGLE) | ||
Response<SignatureOverridesFilterValuesResponseInner> listWithResponse( | ||
String resourceGroupName, | ||
String firewallPolicyName, | ||
SignatureOverridesFilterValuesQuery parameters, | ||
Context context); | ||
} |
Oops, something went wrong.