次の方法で共有


PrivateEndpointConnectionOperationsExtensions.ListByBatchAccountNext メソッド

定義

指定したアカウント内のすべてのプライベート エンドポイント接続を一覧表示します。

public static Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Batch.Models.PrivateEndpointConnection> ListByBatchAccountNext(this Microsoft.Azure.Management.Batch.IPrivateEndpointConnectionOperations operations, string nextPageLink);
static member ListByBatchAccountNext : Microsoft.Azure.Management.Batch.IPrivateEndpointConnectionOperations * string -> Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Batch.Models.PrivateEndpointConnection>
<Extension()>
Public Function ListByBatchAccountNext (operations As IPrivateEndpointConnectionOperations, nextPageLink As String) As IPage(Of PrivateEndpointConnection)

パラメーター

operations
IPrivateEndpointConnectionOperations

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

nextPageLink
String

List 操作の前の正常な呼び出しからの NextLink。

戻り値

適用対象