次の方法で共有


AppServicePlansOperationsExtensions.CreateOrUpdateVnetRoute メソッド

定義

App Service プランでVirtual Network ルートを作成または更新します。

public static Microsoft.Azure.Management.WebSites.Models.VnetRoute CreateOrUpdateVnetRoute (this Microsoft.Azure.Management.WebSites.IAppServicePlansOperations operations, string resourceGroupName, string name, string vnetName, string routeName, Microsoft.Azure.Management.WebSites.Models.VnetRoute route);
static member CreateOrUpdateVnetRoute : Microsoft.Azure.Management.WebSites.IAppServicePlansOperations * string * string * string * string * Microsoft.Azure.Management.WebSites.Models.VnetRoute -> Microsoft.Azure.Management.WebSites.Models.VnetRoute
<Extension()>
Public Function CreateOrUpdateVnetRoute (operations As IAppServicePlansOperations, resourceGroupName As String, name As String, vnetName As String, routeName As String, route As VnetRoute) As VnetRoute

パラメーター

operations
IAppServicePlansOperations

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

resourceGroupName
String

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

name
String

App Service プランの名前です。

vnetName
String

Virtual Networkの名前。

routeName
String

Virtual Network ルートの名前。

route
VnetRoute

Virtual Network ルートの定義。

戻り値

注釈

「App Service プランでVirtual Network ルートを作成または更新する」の説明。

適用対象