Compartilhar via


WebAppsOperationsExtensions.ListVnetConnectionsSlot Método

Definição

Obtém as redes virtuais às quais o aplicativo (ou slot de implantação) está conectado.

public static System.Collections.Generic.IList<Microsoft.Azure.Management.WebSites.Models.VnetInfoResource> ListVnetConnectionsSlot (this Microsoft.Azure.Management.WebSites.IWebAppsOperations operations, string resourceGroupName, string name, string slot);
static member ListVnetConnectionsSlot : Microsoft.Azure.Management.WebSites.IWebAppsOperations * string * string * string -> System.Collections.Generic.IList<Microsoft.Azure.Management.WebSites.Models.VnetInfoResource>
<Extension()>
Public Function ListVnetConnectionsSlot (operations As IWebAppsOperations, resourceGroupName As String, name As String, slot As String) As IList(Of VnetInfoResource)

Parâmetros

operations
IWebAppsOperations

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

Nome do aplicativo.

slot
String

Nome do slot de implantação. Se um slot não for especificado, a API obterá conexões de rede virtual para o slot de produção.

Retornos

Comentários

Descrição de Obtém as redes virtuais às quais o aplicativo (ou slot de implantação) está conectado.

Aplica-se a