次の方法で共有


PrivateLinkServicesOperationsExtensions.ListAutoApprovedPrivateLinkServicesByResourceGroup メソッド

定義

このリージョンのこのサブスクリプションで自動承認されたプライベート エンドポイントにリンクできるプライベート リンク サービス ID をすべて返します。

public static Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Network.Models.AutoApprovedPrivateLinkService> ListAutoApprovedPrivateLinkServicesByResourceGroup (this Microsoft.Azure.Management.Network.IPrivateLinkServicesOperations operations, string location, string resourceGroupName);
static member ListAutoApprovedPrivateLinkServicesByResourceGroup : Microsoft.Azure.Management.Network.IPrivateLinkServicesOperations * string * string -> Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Network.Models.AutoApprovedPrivateLinkService>
<Extension()>
Public Function ListAutoApprovedPrivateLinkServicesByResourceGroup (operations As IPrivateLinkServicesOperations, location As String, resourceGroupName As String) As IPage(Of AutoApprovedPrivateLinkService)

パラメーター

operations
IPrivateLinkServicesOperations

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

location
String

ドメイン名の場所。

resourceGroupName
String

リソース グループの名前。

戻り値

適用対象