Uses of Interface
com.azure.resourcemanager.mariadb.models.FirewallRule
Package
Description
Package containing the data models for MariaDBManagementClient.
-
Uses of FirewallRule in com.azure.resourcemanager.mariadb.models
Modifier and TypeMethodDescriptionFirewallRule.Update.apply()
Executes the update request.FirewallRule.Update.apply
(com.azure.core.util.Context context) Executes the update request.FirewallRule.DefinitionStages.WithCreate.create()
Executes the create request.FirewallRule.DefinitionStages.WithCreate.create
(com.azure.core.util.Context context) Executes the create request.Gets information about a server firewall rule.Gets information about a server firewall rule.FirewallRule.refresh()
Refreshes the resource to sync with Azure.FirewallRule.refresh
(com.azure.core.util.Context context) Refreshes the resource to sync with Azure.Modifier and TypeMethodDescriptioncom.azure.core.http.rest.Response<FirewallRule>
FirewallRules.getByIdWithResponse
(String id, com.azure.core.util.Context context) Gets information about a server firewall rule.com.azure.core.http.rest.Response<FirewallRule>
FirewallRules.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>
FirewallRules.listByServer
(String resourceGroupName, String serverName) List all the firewall rules in a given server.com.azure.core.http.rest.PagedIterable<FirewallRule>
FirewallRules.listByServer
(String resourceGroupName, String serverName, com.azure.core.util.Context context) List all the firewall rules in a given server.