Share via


WebAppsOperationsExtensions.ListVnetConnections Method

Definition

public static System.Collections.Generic.IList<Microsoft.Azure.Management.WebSites.Version2016_09_01.Models.VnetInfo> ListVnetConnections (this Microsoft.Azure.Management.WebSites.Version2016_09_01.IWebAppsOperations operations, string resourceGroupName, string name);
static member ListVnetConnections : Microsoft.Azure.Management.WebSites.Version2016_09_01.IWebAppsOperations * string * string -> System.Collections.Generic.IList<Microsoft.Azure.Management.WebSites.Version2016_09_01.Models.VnetInfo>
<Extension()>
Public Function ListVnetConnections (operations As IWebAppsOperations, resourceGroupName As String, name As String) As IList(Of VnetInfo)

Parameters

operations
IWebAppsOperations
resourceGroupName
String
name
String

Returns

Applies to