Interface SqlServer.DefinitionStages.WithVirtualNetworkRule
-
- All Known Subinterfaces:
SqlServer.Definition,SqlServer.DefinitionStages.WithCreate
- Enclosing interface:
- SqlServer.DefinitionStages
public static interface SqlServer.DefinitionStages.WithVirtualNetworkRuleThe stage of the SQL Server definition allowing to specify the SQL Virtual Network Rules.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description SqlVirtualNetworkRule.DefinitionStages.Blank<? extends SqlServer.DefinitionStages.WithCreate>defineVirtualNetworkRule(String virtualNetworkRuleName)Begins the definition of a new SQL Virtual Network Rule to be added to this server.
-
-
-
Method Detail
-
defineVirtualNetworkRule
SqlVirtualNetworkRule.DefinitionStages.Blank<? extends SqlServer.DefinitionStages.WithCreate> defineVirtualNetworkRule(String virtualNetworkRuleName)
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
-
-