ConnectionOperationsExtensions.ListNext 方法 (IConnectionOperations, String)

 

检索下一个列表中的连接。 (请参阅 https://aka.ms/azureautomationsdk/connectionoperations 有关详细信息)

命名空间:   Microsoft.WindowsAzure.Management.Automation
程序集:  Microsoft.WindowsAzure.Management.Automation(Microsoft.WindowsAzure.Management.Automation.dll 中)

语法

public static ConnectionListResponse ListNext(
    this IConnectionOperations operations,
    string nextLink
)
public:
[ExtensionAttribute]
static ConnectionListResponse^ ListNext(
    IConnectionOperations^ operations,
    String^ nextLink
)
static member ListNext : 
        operations:IConnectionOperations *
        nextLink:string -> ConnectionListResponse
<ExtensionAttribute>
Public Shared Function ListNext (
    operations As IConnectionOperations,
    nextLink As String
) As ConnectionListResponse

参数

  • nextLink
    Type: System.String

    必需。 要检索下一组项的链接。

返回值

Type: Microsoft.WindowsAzure.Management.Automation.Models.ConnectionListResponse

列表连接操作该响应模型。

请参阅

ConnectionOperationsExtensions 类
Microsoft.WindowsAzure.Management.Automation 命名空间

返回页首