次の方法で共有


ManagedHsmsOperationsExtensions.ListBySubscriptionNext メソッド

定義

List 操作は、サブスクリプションに関連付けられているマネージド HSM プールに関する情報を取得します。

public static Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.KeyVault.Models.ManagedHsm> ListBySubscriptionNext(this Microsoft.Azure.Management.KeyVault.IManagedHsmsOperations operations, string nextPageLink);
static member ListBySubscriptionNext : Microsoft.Azure.Management.KeyVault.IManagedHsmsOperations * string -> Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.KeyVault.Models.ManagedHsm>
<Extension()>
Public Function ListBySubscriptionNext (operations As IManagedHsmsOperations, nextPageLink As String) As IPage(Of ManagedHsm)

パラメーター

operations
IManagedHsmsOperations

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

nextPageLink
String

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

戻り値

適用対象