次の方法で共有


WebAppsOperationsExtensions.GetVnetConnectionGateway メソッド

定義

アプリのVirtual Network ゲートウェイを取得します。

public static Microsoft.Azure.Management.WebSites.Models.VnetGateway GetVnetConnectionGateway (this Microsoft.Azure.Management.WebSites.IWebAppsOperations operations, string resourceGroupName, string name, string vnetName, string gatewayName);
static member GetVnetConnectionGateway : Microsoft.Azure.Management.WebSites.IWebAppsOperations * string * string * string * string -> Microsoft.Azure.Management.WebSites.Models.VnetGateway
<Extension()>
Public Function GetVnetConnectionGateway (operations As IWebAppsOperations, resourceGroupName As String, name As String, vnetName As String, gatewayName As String) As VnetGateway

パラメーター

operations
IWebAppsOperations

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

resourceGroupName
String

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

name
String

アプリの名前。

vnetName
String

Virtual Networkの名前。

gatewayName
String

ゲートウェイの名前。 現在、サポートされている文字列は "primary" のみです。

戻り値

注釈

の説明 アプリのVirtual Network ゲートウェイを取得します。

適用対象