Partager via


AppServicePlansOperationsExtensions.ListVnetsAsync Method

Definition

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

Parameters

resourceGroupName
String
name
String
cancellationToken
CancellationToken

Returns

Applies to