Freigeben über


AppServicePlansOperationsExtensions.GetRouteForVnetAsync Methode

Definition

Rufen Sie eine Virtual Network Route in einem App Service-Plan ab.

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))

Parameter

operations
IAppServicePlansOperations

Die Vorgangsgruppe für diese Erweiterungsmethode.

resourceGroupName
String

Name der Ressourcengruppe, zu der die Ressource gehört.

name
String

Name des App Service-Plans.

vnetName
String

Name des Virtual Network.

routeName
String

Name der Virtual Network Route.

cancellationToken
CancellationToken

Das Abbruchtoken.

Gibt zurück

Hinweise

Beschreibung für Abrufen einer Virtual Network Route in einem App Service-Plan.

Gilt für: