次の方法で共有


AppServiceEnvironmentsOperationsExtensions.ChangeVnet メソッド

定義

App Service Environmentを別の VNET に移動します。

public static Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.WebSites.Models.Site> ChangeVnet (this Microsoft.Azure.Management.WebSites.IAppServiceEnvironmentsOperations operations, string resourceGroupName, string name, Microsoft.Azure.Management.WebSites.Models.VirtualNetworkProfile vnetInfo);
static member ChangeVnet : Microsoft.Azure.Management.WebSites.IAppServiceEnvironmentsOperations * string * string * Microsoft.Azure.Management.WebSites.Models.VirtualNetworkProfile -> Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.WebSites.Models.Site>
<Extension()>
Public Function ChangeVnet (operations As IAppServiceEnvironmentsOperations, resourceGroupName As String, name As String, vnetInfo As VirtualNetworkProfile) As IPage(Of Site)

パラメーター

operations
IAppServiceEnvironmentsOperations

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

resourceGroupName
String

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

name
String

App Service Environmentの名前。

vnetInfo
VirtualNetworkProfile

新しい仮想ネットワークの詳細。

戻り値

注釈

「App Service Environmentを別の VNET に移動する」の説明。

適用対象