次の方法で共有


JobCredentialsOperationsExtensions.ListByAgentNext メソッド

定義

ジョブの資格情報の一覧を取得します。

public static Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Sql.Models.JobCredential> ListByAgentNext (this Microsoft.Azure.Management.Sql.IJobCredentialsOperations operations, string nextPageLink);
static member ListByAgentNext : Microsoft.Azure.Management.Sql.IJobCredentialsOperations * string -> Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Sql.Models.JobCredential>
<Extension()>
Public Function ListByAgentNext (operations As IJobCredentialsOperations, nextPageLink As String) As IPage(Of JobCredential)

パラメーター

operations
IJobCredentialsOperations

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

nextPageLink
String

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

戻り値

適用対象