共用方式為


CertificateRegistrationProviderOperationsExtensions.ListOperationsNextAsync 方法

定義

實作 Csm 作業 Api,以公開資源提供者下可用的 Csm Api 清單

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

參數

operations
ICertificateRegistrationProviderOperations

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

nextPageLink
String

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

cancellationToken
CancellationToken

取消語彙基元。

傳回

備註

實作 Csm 作業 Api 的描述,以公開資源提供者下可用的 Csm Api 清單

適用於