AppServicePlansOperationsExtensions.ListVnetsAsync(IAppServicePlansOperations, String, String, CancellationToken) Method
Definition
Get all Virtual Networks associated with an App Service plan.
public static System.Threading.Tasks.Task<System.Collections.Generic.IList<Microsoft.Azure.Management.AppService.Fluent.Models.VnetInfoInner>> ListVnetsAsync (this Microsoft.Azure.Management.AppService.Fluent.IAppServicePlansOperations operations, string resourceGroupName, string name, System.Threading.CancellationToken cancellationToken = null);
static member ListVnetsAsync : Microsoft.Azure.Management.AppService.Fluent.IAppServicePlansOperations * string * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<System.Collections.Generic.IList<Microsoft.Azure.Management.AppService.Fluent.Models.VnetInfoInner>>
Parameters
- operations
- IAppServicePlansOperations
The operations group for this extension method.
- resourceGroupName
- String
Name of the resource group to which the resource belongs.
- name
- String
Name of the App Service plan.
- cancellationToken
- CancellationToken
The cancellation token.
Returns
Remarks
Get all Virtual Networks associated with an App Service plan.