次の方法で共有


PrivateEndpointsOperationsExtensions.ListByClusterNext メソッド

定義

クラスター内のプライベート エンドポイントを一覧表示します。

public static Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.StreamAnalytics.Models.PrivateEndpoint> ListByClusterNext (this Microsoft.Azure.Management.StreamAnalytics.IPrivateEndpointsOperations operations, string nextPageLink);
static member ListByClusterNext : Microsoft.Azure.Management.StreamAnalytics.IPrivateEndpointsOperations * string -> Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.StreamAnalytics.Models.PrivateEndpoint>
<Extension()>
Public Function ListByClusterNext (operations As IPrivateEndpointsOperations, nextPageLink As String) As IPage(Of PrivateEndpoint)

パラメーター

operations
IPrivateEndpointsOperations

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

nextPageLink
String

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

戻り値

適用対象