ConnectionTypeOperationsExtensions.ListNextAsync 方法 (IConnectionTypeOperations, String)
检索下一步 connectiontypes 列表。 (请参阅 https://aka.ms/azureautomationsdk/connectiontypeoperations 有关详细信息)
命名空间: Microsoft.WindowsAzure.Management.Automation
程序集: Microsoft.WindowsAzure.Management.Automation(Microsoft.WindowsAzure.Management.Automation.dll 中)
语法
public static Task<ConnectionTypeListResponse> ListNextAsync(
this IConnectionTypeOperations operations,
string nextLink
)
public:
[ExtensionAttribute]
static Task<ConnectionTypeListResponse^>^ ListNextAsync(
IConnectionTypeOperations^ operations,
String^ nextLink
)
static member ListNextAsync :
operations:IConnectionTypeOperations *
nextLink:string -> Task<ConnectionTypeListResponse>
<ExtensionAttribute>
Public Shared Function ListNextAsync (
operations As IConnectionTypeOperations,
nextLink As String
) As Task(Of ConnectionTypeListResponse)
参数
operations
Type: Microsoft.WindowsAzure.Management.Automation.IConnectionTypeOperations对 Microsoft.WindowsAzure.Management.Automation.IConnectionTypeOperations 引用。
nextLink
Type: System.String必需。 要检索下一组项的链接。
返回值
Type: System.Threading.Tasks.Task<ConnectionTypeListResponse>
列表连接类型操作该响应模型。
请参阅
ConnectionTypeOperationsExtensions 类
Microsoft.WindowsAzure.Management.Automation 命名空间
返回页首