Compartilhar via


AppServicePlansOperationsExtensions.GetRouteForVnetAsync Método

Definição

Obtenha uma rota Rede Virtual em um plano de Serviço de Aplicativo.

public static System.Threading.Tasks.Task<System.Collections.Generic.IList<Microsoft.Azure.Management.WebSites.Models.VnetRoute>> GetRouteForVnetAsync (this Microsoft.Azure.Management.WebSites.IAppServicePlansOperations operations, string resourceGroupName, string name, string vnetName, string routeName, System.Threading.CancellationToken cancellationToken = default);
static member GetRouteForVnetAsync : Microsoft.Azure.Management.WebSites.IAppServicePlansOperations * string * string * string * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<System.Collections.Generic.IList<Microsoft.Azure.Management.WebSites.Models.VnetRoute>>
<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 VnetRoute))

Parâmetros

operations
IAppServicePlansOperations

O grupo de operações para esse método de extensão.

resourceGroupName
String

Nome do grupo de recursos ao qual pertence o recurso.

name
String

O nome do plano do Serviço de Aplicativo.

vnetName
String

Nome do Rede Virtual.

routeName
String

Nome da rota Rede Virtual.

cancellationToken
CancellationToken

O token de cancelamento.

Retornos

Comentários

Descrição para Obter uma rota Rede Virtual em um plano de Serviço de Aplicativo.

Aplica-se a