Interface SqlVirtualNetworkRuleOperations.SqlVirtualNetworkRuleActionsDefinition
- All Superinterfaces:
SqlChildrenOperations.SqlChildrenActionsDefinition<SqlVirtualNetworkRule>
- Enclosing interface:
SqlVirtualNetworkRuleOperations
public static interface SqlVirtualNetworkRuleOperations.SqlVirtualNetworkRuleActionsDefinition
extends SqlChildrenOperations.SqlChildrenActionsDefinition<SqlVirtualNetworkRule>
Grouping of the Azure SQL Server Virtual Network Rule common actions.
-
Method Summary
Modifier and TypeMethodDescriptionBegins the definition of a new SQL Virtual Network Rule to be added to this server.Methods inherited from interface com.azure.resourcemanager.sql.models.SqlChildrenOperations.SqlChildrenActionsDefinition
delete, deleteAsync, deleteById, deleteByIdAsync, get, getAsync, getById, getByIdAsync, list, listAsync
-
Method Details
-
define
Begins the definition of a new SQL Virtual Network Rule to be added to this server.- Parameters:
virtualNetworkRuleName- the name of the new SQL Virtual Network Rule- Returns:
- the first stage of the new SQL Virtual Network Rule definition
-