次の方法で共有


CertificatesOperationsExtensions.ListNext メソッド

定義

1 人のユーザーのすべての証明書を一覧表示します。

public static Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.AppPlatform.Models.CertificateResource> ListNext (this Microsoft.Azure.Management.AppPlatform.ICertificatesOperations operations, string nextPageLink);
static member ListNext : Microsoft.Azure.Management.AppPlatform.ICertificatesOperations * string -> Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.AppPlatform.Models.CertificateResource>
<Extension()>
Public Function ListNext (operations As ICertificatesOperations, nextPageLink As String) As IPage(Of CertificateResource)

パラメーター

operations
ICertificatesOperations

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

nextPageLink
String

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

戻り値

適用対象