Partager via


AppServicePlansOperationsExtensions.ListRoutesForVnetAsync Method

Definition

public static System.Threading.Tasks.Task<System.Collections.Generic.IList<Microsoft.Azure.Management.WebSites.Version2016_09_01.Models.VnetRoute>> ListRoutesForVnetAsync (this Microsoft.Azure.Management.WebSites.Version2016_09_01.IAppServicePlansOperations operations, string resourceGroupName, string name, string vnetName, System.Threading.CancellationToken cancellationToken = default);
static member ListRoutesForVnetAsync : Microsoft.Azure.Management.WebSites.Version2016_09_01.IAppServicePlansOperations * string * string * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<System.Collections.Generic.IList<Microsoft.Azure.Management.WebSites.Version2016_09_01.Models.VnetRoute>>
<Extension()>
Public Function ListRoutesForVnetAsync (operations As IAppServicePlansOperations, resourceGroupName As String, name As String, vnetName As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of IList(Of VnetRoute))

Parameters

resourceGroupName
String
name
String
vnetName
String
cancellationToken
CancellationToken

Returns

Applies to