共用方式為


WebAppsOperationsExtensions.CreateOrUpdateVnetConnectionSlotAsync 方法

定義

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

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

參數

operations
IWebAppsOperations

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

resourceGroupName
String

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

name
String

應用程式的名稱。

vnetName
String

現有虛擬網路的名稱。

connectionEnvelope
VnetInfoInner

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

slot
String

部署位置的名稱。 如果未指定位置,API 將會新增或更新生產位置的連線。

cancellationToken
CancellationToken

取消語彙基元。

傳回

備註

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

適用於