Interface SqlVirtualNetworkRuleOperations.DefinitionStages.WithSubnet
-
- All Known Subinterfaces:
SqlVirtualNetworkRuleOperations.SqlVirtualNetworkRuleOperationsDefinition
- Enclosing interface:
- SqlVirtualNetworkRuleOperations.DefinitionStages
public static interface SqlVirtualNetworkRuleOperations.DefinitionStages.WithSubnetThe SQL Virtual Network Rule definition to set the virtual network ID and the subnet name.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description SqlVirtualNetworkRuleOperations.DefinitionStages.WithServiceEndpointwithSubnet(String networkId, String subnetName)Sets the virtual network ID and the subnet name for the SQL server Virtual Network Rule.
-
-
-
Method Detail
-
withSubnet
SqlVirtualNetworkRuleOperations.DefinitionStages.WithServiceEndpoint withSubnet(String networkId, String subnetName)
Sets the virtual network ID and the subnet name for the SQL server Virtual Network Rule.- Parameters:
networkId- the virtual network ID to be usedsubnetName- the name of the subnet within the virtual network to be used- Returns:
- The next stage of the definition.
-
-