AppServicePlansOperationsExtensions.GetRouteForVnetAsync 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.
Uzyskaj trasę Virtual Network w planie App Service.
public static System.Threading.Tasks.Task<System.Collections.Generic.IList<Microsoft.Azure.Management.AppService.Fluent.Models.VnetRouteInner>> GetRouteForVnetAsync (this Microsoft.Azure.Management.AppService.Fluent.IAppServicePlansOperations operations, string resourceGroupName, string name, string vnetName, string routeName, System.Threading.CancellationToken cancellationToken = default);
static member GetRouteForVnetAsync : Microsoft.Azure.Management.AppService.Fluent.IAppServicePlansOperations * string * string * string * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<System.Collections.Generic.IList<Microsoft.Azure.Management.AppService.Fluent.Models.VnetRouteInner>>
<Extension()>
Public Function GetRouteForVnetAsync (operations As IAppServicePlansOperations, resourceGroupName As String, name As String, vnetName As String, routeName 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.
- routeName
- String
Nazwa trasy Virtual Network.
- cancellationToken
- CancellationToken
Token anulowania.
Zwraca
Uwagi
Opis pobierania trasy Virtual Network w planie App Service.
Dotyczy
Współpracuj z nami w serwisie GitHub
Źródło tej zawartości można znaleźć w witrynie GitHub, gdzie można również tworzyć i przeglądać problemy i żądania ściągnięcia. Więcej informacji znajdziesz w naszym przewodniku dla współtwórców.
Azure SDK for .NET