次の方法で共有


WebAppsOperationsExtensions.GetPrivateAccessSlot メソッド

定義

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

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

パラメーター

operations
IWebAppsOperations

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

resourceGroupName
String

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

name
String

Web アプリの名前。

slot
String

Web アプリのスロットの名前。

戻り値

注釈

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

適用対象