AzureSqlServerVirtualNetworkRuleAdapter.ListVirtualNetworkRules Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets a list of all the virtual network rules in a server
public System.Collections.Generic.List<Microsoft.Azure.Commands.Sql.VirtualNetworkRule.Model.AzureSqlServerVirtualNetworkRuleModel> ListVirtualNetworkRules (string resourceGroupName, string serverName);
member this.ListVirtualNetworkRules : string * string -> System.Collections.Generic.List<Microsoft.Azure.Commands.Sql.VirtualNetworkRule.Model.AzureSqlServerVirtualNetworkRuleModel>
Public Function ListVirtualNetworkRules (resourceGroupName As String, serverName As String) As List(Of AzureSqlServerVirtualNetworkRuleModel)
Parameters
- resourceGroupName
- String
The name of the resource group
- serverName
- String
The name of the server
Returns
A list of all the virtual network rules