次の方法で共有


PrivateLinkResourcesOperationsExtensions.GetByGroupIdAsync メソッド

定義

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

public static System.Threading.Tasks.Task<Microsoft.Azure.Management.Purview.Models.PrivateLinkResource> GetByGroupIdAsync (this Microsoft.Azure.Management.Purview.IPrivateLinkResourcesOperations operations, string resourceGroupName, string accountName, string groupId, System.Threading.CancellationToken cancellationToken = default);
static member GetByGroupIdAsync : Microsoft.Azure.Management.Purview.IPrivateLinkResourcesOperations * string * string * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Management.Purview.Models.PrivateLinkResource>
<Extension()>
Public Function GetByGroupIdAsync (operations As IPrivateLinkResourcesOperations, resourceGroupName As String, accountName As String, groupId As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of PrivateLinkResource)

パラメーター

operations
IPrivateLinkResourcesOperations

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

resourceGroupName
String

リソース グループ名。

accountName
String

アカウントの名前。

groupId
String

グループ識別子。

cancellationToken
CancellationToken

キャンセル トークン。

戻り値

注釈

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

適用対象