共用方式為


DomainsOperationsExtensions.ListRecommendationsNextAsync 方法

定義

根據關鍵字取得功能變數名稱建議。

public static System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.AppService.Fluent.Models.NameIdentifier>> ListRecommendationsNextAsync (this Microsoft.Azure.Management.AppService.Fluent.IDomainsOperations operations, string nextPageLink, System.Threading.CancellationToken cancellationToken = default);
static member ListRecommendationsNextAsync : Microsoft.Azure.Management.AppService.Fluent.IDomainsOperations * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.AppService.Fluent.Models.NameIdentifier>>
<Extension()>
Public Function ListRecommendationsNextAsync (operations As IDomainsOperations, nextPageLink As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of IPage(Of NameIdentifier))

參數

operations
IDomainsOperations

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

nextPageLink
String

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

cancellationToken
CancellationToken

取消語彙基元。

傳回

備註

根據關鍵字取得功能變數名稱建議的描述。

適用於