Share via


AppServicePlansOperationsExtensions.GetRouteForVnet Method

Definition

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

Parameters

resourceGroupName
String
name
String
vnetName
String
routeName
String

Returns

Applies to