次の方法で共有


PrivateLinkResourcesOperationsExtensions.GetByGroupId メソッド

定義

特定のグループ識別子を持つアカウントのプライベートにリンク可能なリソースを取得します。

public static Microsoft.Azure.Management.Purview.Models.PrivateLinkResource GetByGroupId(this Microsoft.Azure.Management.Purview.IPrivateLinkResourcesOperations operations, string resourceGroupName, string accountName, string groupId);
static member GetByGroupId : Microsoft.Azure.Management.Purview.IPrivateLinkResourcesOperations * string * string * string -> Microsoft.Azure.Management.Purview.Models.PrivateLinkResource
<Extension()>
Public Function GetByGroupId (operations As IPrivateLinkResourcesOperations, resourceGroupName As String, accountName As String, groupId As String) As PrivateLinkResource

パラメーター

operations
IPrivateLinkResourcesOperations

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

resourceGroupName
String

リソース グループ名。

accountName
String

アカウントの名前。

groupId
String

グループ識別子。

戻り値

注釈

特定のグループ識別子を持つアカウントのプライベートにリンク可能なリソースを取得します

適用対象