次の方法で共有


PurviewPrivateLinkResourceCollection.GetAsync メソッド

定義

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

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Purview/accounts/{accountName}/privateLinkResources/{groupId}
  • 操作IdPrivateLinkResources_GetByGroupId
public virtual System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.Purview.PurviewPrivateLinkResource>> GetAsync (string groupId, System.Threading.CancellationToken cancellationToken = default);
abstract member GetAsync : string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.Purview.PurviewPrivateLinkResource>>
override this.GetAsync : string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.Purview.PurviewPrivateLinkResource>>
Public Overridable Function GetAsync (groupId As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of Response(Of PurviewPrivateLinkResource))

パラメーター

groupId
String

グループ識別子。

cancellationToken
CancellationToken

使用する取り消しトークン。

戻り値

例外

groupId は空の文字列であり、空でないと想定されていました。

groupId が null です。

適用対象