共用方式為


PrivateCloudsOperationsExtensions.ListNext 方法

定義

列出資源群組中的私人雲端

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

參數

operations
IPrivateCloudsOperations

這個擴充方法的作業群組。

nextPageLink
String

上一次成功呼叫 List 作業的 NextLink。

傳回

適用於