次の方法で共有


WebAppsOperationsExtensions.GetPrivateLinkResources メソッド

定義

プライベート リンク リソースを取得します

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

パラメーター

operations
IWebAppsOperations

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

resourceGroupName
String

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

name
String

サイトの名前。

戻り値

注釈

の説明 プライベート リンク リソースを取得します

適用対象