次の方法で共有


SharesOperationsExtensions.ListByDataBoxEdgeDeviceNext メソッド

定義

Data Box Edge/Data Box Gateway デバイス内のすべての共有を一覧表示します。

public static Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.DataBoxEdge.Models.Share> ListByDataBoxEdgeDeviceNext(this Microsoft.Azure.Management.DataBoxEdge.ISharesOperations operations, string nextPageLink);
static member ListByDataBoxEdgeDeviceNext : Microsoft.Azure.Management.DataBoxEdge.ISharesOperations * string -> Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.DataBoxEdge.Models.Share>
<Extension()>
Public Function ListByDataBoxEdgeDeviceNext (operations As ISharesOperations, nextPageLink As String) As IPage(Of Share)

パラメーター

operations
ISharesOperations

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

nextPageLink
String

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

戻り値

適用対象