次の方法で共有


PurviewPrivateEndpointConnectionCollection.GetAll メソッド

定義

アカウントのプライベート エンドポイント接続を取得する

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

パラメーター

skipToken
String

スキップ トークン。

cancellationToken
CancellationToken

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

戻り値

反復処理するために複数の PurviewPrivateEndpointConnectionResource サービス要求を受け取る可能性がある のコレクション。

適用対象