WebAppsOperationsExtensions.CreateOrUpdateVnetConnectionGatewayAsync 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.
Adiciona um gateway a um REDE VIRTUAL conectado (PUT) ou o atualiza (PATCH).
public static System.Threading.Tasks.Task<Microsoft.Azure.Management.AppService.Fluent.Models.VnetGatewayInner> CreateOrUpdateVnetConnectionGatewayAsync (this Microsoft.Azure.Management.AppService.Fluent.IWebAppsOperations operations, string resourceGroupName, string name, string vnetName, string gatewayName, Microsoft.Azure.Management.AppService.Fluent.Models.VnetGatewayInner connectionEnvelope, System.Threading.CancellationToken cancellationToken = default);
static member CreateOrUpdateVnetConnectionGatewayAsync : Microsoft.Azure.Management.AppService.Fluent.IWebAppsOperations * string * string * string * string * Microsoft.Azure.Management.AppService.Fluent.Models.VnetGatewayInner * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Management.AppService.Fluent.Models.VnetGatewayInner>
<Extension()>
Public Function CreateOrUpdateVnetConnectionGatewayAsync (operations As IWebAppsOperations, resourceGroupName As String, name As String, vnetName As String, gatewayName As String, connectionEnvelope As VnetGatewayInner, Optional cancellationToken As CancellationToken = Nothing) As Task(Of VnetGatewayInner)
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.
- vnetName
- String
Nome do Rede Virtual.
- gatewayName
- String
Nome do gateway. Atualmente, a única cadeia de caracteres com suporte é "primária".
- connectionEnvelope
- VnetGatewayInner
As propriedades com as qual atualizar esse gateway.
- cancellationToken
- CancellationToken
O token de cancelamento.
Retornos
Comentários
Descrição de Adicionar um gateway a um REDE VIRTUAL conectado (PUT) ou atualizá-lo (PATCH).
Aplica-se a
Azure SDK for .NET