WebAppsOperationsExtensions.ListVnetConnectionsSlotAsync Método
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
Obtém as redes virtuais às quais o aplicativo (ou slot de implantação) está conectado.
public static System.Threading.Tasks.Task<System.Collections.Generic.IList<Microsoft.Azure.Management.WebSites.Models.VnetInfoResource>> ListVnetConnectionsSlotAsync (this Microsoft.Azure.Management.WebSites.IWebAppsOperations operations, string resourceGroupName, string name, string slot, System.Threading.CancellationToken cancellationToken = default);
static member ListVnetConnectionsSlotAsync : Microsoft.Azure.Management.WebSites.IWebAppsOperations * string * string * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<System.Collections.Generic.IList<Microsoft.Azure.Management.WebSites.Models.VnetInfoResource>>
<Extension()>
Public Function ListVnetConnectionsSlotAsync (operations As IWebAppsOperations, resourceGroupName As String, name As String, slot As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of 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.
- cancellationToken
- CancellationToken
O token de cancelamento.
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
Azure SDK for .NET