Interface FirewallRule.Update
- All Superinterfaces:
FirewallRule.UpdateStages.WithEndIpAddress
,FirewallRule.UpdateStages.WithStartIpAddress
- Enclosing interface:
- FirewallRule
public static interface FirewallRule.Update
extends FirewallRule.UpdateStages.WithStartIpAddress, FirewallRule.UpdateStages.WithEndIpAddress
The template for FirewallRule update.
-
Method Summary
Methods inherited from interface com.azure.resourcemanager.mariadb.models.FirewallRule.UpdateStages.WithEndIpAddress
withEndIpAddress
Methods inherited from interface com.azure.resourcemanager.mariadb.models.FirewallRule.UpdateStages.WithStartIpAddress
withStartIpAddress
-
Method Details
-
apply
FirewallRule apply()Executes the update request.- Returns:
- the updated resource.
-
apply
Executes the update request.- Parameters:
context
- The context to associate with this operation.- Returns:
- the updated resource.
-