IScheduleOperations.ListNextAsync 方法 (String, CancellationToken)
检索下一步计划的列表。 (请参阅 https://aka.ms/azureautomationsdk/scheduleoperations 有关详细信息)
命名空间: Microsoft.WindowsAzure.Management.Automation
程序集: Microsoft.WindowsAzure.Management.Automation(Microsoft.WindowsAzure.Management.Automation.dll 中)
语法
Task<ScheduleListResponse> ListNextAsync(
string nextLink,
CancellationToken cancellationToken
)
Task<ScheduleListResponse^>^ ListNextAsync(
String^ nextLink,
CancellationToken cancellationToken
)
abstract ListNextAsync :
nextLink:string *
cancellationToken:CancellationToken -> Task<ScheduleListResponse>
Function ListNextAsync (
nextLink As String,
cancellationToken As CancellationToken
) As Task(Of ScheduleListResponse)
参数
nextLink
Type: System.String要检索下一组项的链接。
cancellationToken
Type: System.Threading.CancellationToken取消标记。
返回值
Type: System.Threading.Tasks.Task<ScheduleListResponse>
列表计划操作该响应模型。
请参阅
IScheduleOperations 接口
Microsoft.WindowsAzure.Management.Automation 命名空间
返回页首