WebAppsOperationsExtensions.UpdateVnetConnectionAsync メソッド

定義

アプリまたはスロット (PUT) にVirtual Network接続を追加するか、接続プロパティ (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

既存のVirtual Networkの名前。

connectionEnvelope
VnetInfoInner

Virtual Network接続のプロパティ。 例を参照してください。

cancellationToken
CancellationToken

キャンセル トークン。

戻り値

注釈

説明: アプリまたはスロットへのVirtual Network接続 (PUT) を追加するか、接続プロパティ (PATCH) を更新します。

適用対象