次の方法で共有


StorageInsightConfigsOperationsExtensions.ListByWorkspaceNext メソッド

定義

ワークスペース内のストレージ分析情報インスタンスを一覧表示します

public static Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.OperationalInsights.Models.StorageInsight> ListByWorkspaceNext(this Microsoft.Azure.Management.OperationalInsights.IStorageInsightConfigsOperations operations, string nextPageLink);
static member ListByWorkspaceNext : Microsoft.Azure.Management.OperationalInsights.IStorageInsightConfigsOperations * string -> Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.OperationalInsights.Models.StorageInsight>
<Extension()>
Public Function ListByWorkspaceNext (operations As IStorageInsightConfigsOperations, nextPageLink As String) As IPage(Of StorageInsight)

パラメーター

operations
IStorageInsightConfigsOperations

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

nextPageLink
String

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

戻り値

適用対象