共用方式為


WebAppsOperationsExtensions.UpdateVnetConnectionGatewayAsync 方法

定義

將閘道新增至連線虛擬網路 (PUT) ,或將其更新 (PATCH) 。

public static System.Threading.Tasks.Task<Microsoft.Azure.Management.AppService.Fluent.Models.VnetGatewayInner> UpdateVnetConnectionGatewayAsync (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 UpdateVnetConnectionGatewayAsync : 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 UpdateVnetConnectionGatewayAsync (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)

參數

operations
IWebAppsOperations

這個擴充方法的作業群組。

resourceGroupName
String

資源所屬資源群組的名稱。

name
String

應用程式的名稱。

vnetName
String

虛擬網路的名稱。

gatewayName
String

閘道的名稱。 目前唯一支援的字串是 「primary」。

connectionEnvelope
VnetGatewayInner

用來更新此閘道的屬性。

cancellationToken
CancellationToken

取消語彙基元。

傳回

備註

將閘道新增至連線虛擬網路 (PUT) ,或 (PATCH) 進行更新的描述。

適用於