共用方式為


AppServicePlansOperationsExtensions.ListWebAppsByHybridConnectionNextAsync 方法

定義

取得在App Service方案中使用混合式連線的所有應用程式。

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

參數

operations
IAppServicePlansOperations

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

nextPageLink
String

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

cancellationToken
CancellationToken

取消語彙基元。

傳回

備註

描述 取得在App Service方案中使用混合式連線的所有應用程式。

適用於