Compartilhar via


AppServicePlansOperationsExtensions.GetRouteForVnet Método

Definição

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

public static System.Collections.Generic.IList<Microsoft.Azure.Management.WebSites.Models.VnetRoute> GetRouteForVnet (this Microsoft.Azure.Management.WebSites.IAppServicePlansOperations operations, string resourceGroupName, string name, string vnetName, string routeName);
static member GetRouteForVnet : Microsoft.Azure.Management.WebSites.IAppServicePlansOperations * string * string * string * string -> System.Collections.Generic.IList<Microsoft.Azure.Management.WebSites.Models.VnetRoute>
<Extension()>
Public Function GetRouteForVnet (operations As IAppServicePlansOperations, resourceGroupName As String, name As String, vnetName As String, routeName As String) As 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.

Retornos

Comentários

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

Aplica-se a