次の方法で共有


WebAppsOperationsExtensions.GetPrivateAccess メソッド

定義

サイトにアクセスできるプライベート サイト アクセスの有効化と承認された仮想ネットワークに関するデータを取得します。

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

パラメーター

operations
IWebAppsOperations

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

resourceGroupName
String

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

name
String

Web アプリの名前。

戻り値

注釈

[説明] プライベート サイト アクセスの有効化と、サイトにアクセスできる承認された仮想ネットワークに関するデータを取得します。

適用対象