次の方法で共有


WebAppsOperationsExtensions.DeleteVnetConnection メソッド

定義

アプリ (またはデプロイ スロット) から名前付き仮想ネットワークへの接続を削除します。

public static void DeleteVnetConnection (this Microsoft.Azure.Management.WebSites.IWebAppsOperations operations, string resourceGroupName, string name, string vnetName);
static member DeleteVnetConnection : Microsoft.Azure.Management.WebSites.IWebAppsOperations * string * string * string -> unit
<Extension()>
Public Sub DeleteVnetConnection (operations As IWebAppsOperations, resourceGroupName As String, name As String, vnetName As String)

パラメーター

operations
IWebAppsOperations

この拡張メソッドの操作グループ。

resourceGroupName
String

リソースが属しているリソース グループの名前。

name
String

アプリの名前。

vnetName
String

仮想ネットワークの名前。

注釈

[説明] アプリ (またはデプロイ スロットから名前付き仮想ネットワークへの接続を削除します。

適用対象