Interface VirtualNetworkRule.Update
-
- All Superinterfaces:
VirtualNetworkRule.UpdateStages.WithIgnoreMissingVnetServiceEndpoint,VirtualNetworkRule.UpdateStages.WithVirtualNetworkSubnetId
- Enclosing interface:
- VirtualNetworkRule
public static interface VirtualNetworkRule.Update extends VirtualNetworkRule.UpdateStages.WithVirtualNetworkSubnetId, VirtualNetworkRule.UpdateStages.WithIgnoreMissingVnetServiceEndpoint
The template for VirtualNetworkRule update.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description VirtualNetworkRuleapply()Executes the update request.VirtualNetworkRuleapply(com.azure.core.util.Context context)Executes the update request.-
Methods inherited from interface com.azure.resourcemanager.mysql.models.VirtualNetworkRule.UpdateStages.WithIgnoreMissingVnetServiceEndpoint
withIgnoreMissingVnetServiceEndpoint
-
Methods inherited from interface com.azure.resourcemanager.mysql.models.VirtualNetworkRule.UpdateStages.WithVirtualNetworkSubnetId
withVirtualNetworkSubnetId
-
-
-
-
Method Detail
-
apply
VirtualNetworkRule apply()
Executes the update request.- Returns:
- the updated resource.
-
apply
VirtualNetworkRule apply(com.azure.core.util.Context context)
Executes the update request.- Parameters:
context- The context to associate with this operation.- Returns:
- the updated resource.
-
-