共用方式為


WebAppsOperationsExtensions.UpdateVnetConnectionAsync 方法

定義

將虛擬網路連線新增至 app 或 slot (PUT) ,或更新 PATCH) (連線屬性。

public static System.Threading.Tasks.Task<Microsoft.Azure.Management.AppService.Fluent.Models.VnetInfoInner> UpdateVnetConnectionAsync (this Microsoft.Azure.Management.AppService.Fluent.IWebAppsOperations operations, string resourceGroupName, string name, string vnetName, Microsoft.Azure.Management.AppService.Fluent.Models.VnetInfoInner connectionEnvelope, System.Threading.CancellationToken cancellationToken = default);
static member UpdateVnetConnectionAsync : Microsoft.Azure.Management.AppService.Fluent.IWebAppsOperations * string * string * string * Microsoft.Azure.Management.AppService.Fluent.Models.VnetInfoInner * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Management.AppService.Fluent.Models.VnetInfoInner>
<Extension()>
Public Function UpdateVnetConnectionAsync (operations As IWebAppsOperations, resourceGroupName As String, name As String, vnetName As String, connectionEnvelope As VnetInfoInner, Optional cancellationToken As CancellationToken = Nothing) As Task(Of VnetInfoInner)

參數

operations
IWebAppsOperations

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

resourceGroupName
String

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

name
String

應用程式的名稱。

vnetName
String

現有虛擬網路的名稱。

connectionEnvelope
VnetInfoInner

虛擬網路連接的屬性。 請參閱範例。

cancellationToken
CancellationToken

取消語彙基元。

傳回

備註

將虛擬網路連線新增至應用程式或位置 (PUT) 或更新 PATCH) (連線屬性的描述。

適用於