AppServicePlansOperationsExtensions.ListRoutesForVnetAsync Metoda
Definicja
Ważne
Niektóre informacje odnoszą się do produktu w wersji wstępnej, który może zostać znacząco zmodyfikowany przed wydaniem. Firma Microsoft nie udziela żadnych gwarancji, jawnych lub domniemanych, w odniesieniu do informacji podanych w tym miejscu.
Pobierz wszystkie trasy skojarzone z Virtual Network w planie App Service.
public static System.Threading.Tasks.Task<System.Collections.Generic.IList<Microsoft.Azure.Management.AppService.Fluent.Models.VnetRouteInner>> ListRoutesForVnetAsync (this Microsoft.Azure.Management.AppService.Fluent.IAppServicePlansOperations operations, string resourceGroupName, string name, string vnetName, System.Threading.CancellationToken cancellationToken = default);
static member ListRoutesForVnetAsync : Microsoft.Azure.Management.AppService.Fluent.IAppServicePlansOperations * string * string * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<System.Collections.Generic.IList<Microsoft.Azure.Management.AppService.Fluent.Models.VnetRouteInner>>
<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 VnetRouteInner))
Parametry
- operations
- IAppServicePlansOperations
Grupa operacji dla tej metody rozszerzenia.
- resourceGroupName
- String
Nazwa grupy zasobów, do której należy zasób.
- name
- String
Nazwa planu usługi App Service.
- vnetName
- String
Nazwa Virtual Network.
- cancellationToken
- CancellationToken
Token anulowania.
Zwraca
Uwagi
Opis pobierania wszystkich tras skojarzonych z Virtual Network w planie App Service.
Dotyczy
Azure SDK for .NET