Interface FirewallRules
-
public interface FirewallRulesResource collection API of FirewallRules.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description FirewallRule.DefinitionStages.Blankdefine(String name)Begins definition for a new FirewallRule resource.voiddelete(String resourceGroupName, String serverName, String firewallRuleName)Deletes a server firewall rule.voiddelete(String resourceGroupName, String serverName, String firewallRuleName, com.azure.core.util.Context context)Deletes a server firewall rule.voiddeleteById(String id)Deletes a server firewall rule.voiddeleteByIdWithResponse(String id, com.azure.core.util.Context context)Deletes a server firewall rule.FirewallRuleget(String resourceGroupName, String serverName, String firewallRuleName)Gets information about a server firewall rule.FirewallRulegetById(String id)Gets information about a server firewall rule.com.azure.core.http.rest.Response<FirewallRule>getByIdWithResponse(String id, com.azure.core.util.Context context)Gets information about a server firewall rule.com.azure.core.http.rest.Response<FirewallRule>getWithResponse(String resourceGroupName, String serverName, String firewallRuleName, com.azure.core.util.Context context)Gets information about a server firewall rule.com.azure.core.http.rest.PagedIterable<FirewallRule>listByServer(String resourceGroupName, String serverName)List all the firewall rules in a given server.com.azure.core.http.rest.PagedIterable<FirewallRule>listByServer(String resourceGroupName, String serverName, com.azure.core.util.Context context)List all the firewall rules in a given server.
-
-
-
Method Detail
-
delete
void delete(String resourceGroupName, String serverName, String firewallRuleName)
Deletes a server firewall rule.- Parameters:
resourceGroupName- The name of the resource group. The name is case insensitive.serverName- The name of the server.firewallRuleName- The name of the server firewall rule.- 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.
-
delete
void delete(String resourceGroupName, String serverName, String firewallRuleName, com.azure.core.util.Context context)
Deletes a server firewall rule.- Parameters:
resourceGroupName- The name of the resource group. The name is case insensitive.serverName- The name of the server.firewallRuleName- The name of the server firewall rule.context- The context to associate with this operation.- 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
FirewallRule get(String resourceGroupName, String serverName, String firewallRuleName)
Gets information about a server firewall rule.- Parameters:
resourceGroupName- The name of the resource group. The name is case insensitive.serverName- The name of the server.firewallRuleName- The name of the server firewall rule.- Returns:
- information about a server firewall rule.
- 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<FirewallRule> getWithResponse(String resourceGroupName, String serverName, String firewallRuleName, com.azure.core.util.Context context)
Gets information about a server firewall rule.- Parameters:
resourceGroupName- The name of the resource group. The name is case insensitive.serverName- The name of the server.firewallRuleName- The name of the server firewall rule.context- The context to associate with this operation.- Returns:
- information about a server firewall rule 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.
-
listByServer
com.azure.core.http.rest.PagedIterable<FirewallRule> listByServer(String resourceGroupName, String serverName)
List all the firewall rules in a given server.- Parameters:
resourceGroupName- The name of the resource group. The name is case insensitive.serverName- The name of the server.- Returns:
- a list of firewall rules.
- 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.
-
listByServer
com.azure.core.http.rest.PagedIterable<FirewallRule> listByServer(String resourceGroupName, String serverName, com.azure.core.util.Context context)
List all the firewall rules in a given server.- Parameters:
resourceGroupName- The name of the resource group. The name is case insensitive.serverName- The name of the server.context- The context to associate with this operation.- Returns:
- a list of firewall rules.
- 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.
-
getById
FirewallRule getById(String id)
Gets information about a server firewall rule.- Parameters:
id- the resource ID.- Returns:
- information about a server firewall rule 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.
-
getByIdWithResponse
com.azure.core.http.rest.Response<FirewallRule> getByIdWithResponse(String id, com.azure.core.util.Context context)
Gets information about a server firewall rule.- Parameters:
id- the resource ID.context- The context to associate with this operation.- Returns:
- information about a server firewall rule 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.
-
deleteById
void deleteById(String id)
Deletes a server firewall rule.- Parameters:
id- the resource ID.- 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.
-
deleteByIdWithResponse
void deleteByIdWithResponse(String id, com.azure.core.util.Context context)
Deletes a server firewall rule.- Parameters:
id- the resource ID.context- The context to associate with this operation.- 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.
-
define
FirewallRule.DefinitionStages.Blank define(String name)
Begins definition for a new FirewallRule resource.- Parameters:
name- resource name.- Returns:
- the first stage of the new FirewallRule definition.
-
-