Interface SqlVirtualNetworkRule.UpdateStages.WithSubnet

All Known Subinterfaces:
SqlVirtualNetworkRule.Update
Enclosing interface:
SqlVirtualNetworkRule.UpdateStages

public static interface SqlVirtualNetworkRule.UpdateStages.WithSubnet
The SQL Virtual Network Rule definition to set the virtual network ID and the subnet name.
  • Method Summary

    Modifier and Type
    Method
    Description
    withSubnet(String networkId, String subnetName)
    Sets the virtual network ID and the subnet name for the SQL server Virtual Network Rule.
  • Method Details

    • withSubnet

      SqlVirtualNetworkRule.Update 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 used
      subnetName - the name of the subnet within the virtual network to be used
      Returns:
      The next stage of the definition.