次の方法で共有


PagedCollection<IFluentResourceT,InnerResourceT>.GetNextPageAsync メソッド

定義

public System.Threading.Tasks.Task<Microsoft.Azure.Management.ResourceManager.Fluent.Core.IPagedCollection<IFluentResourceT>> GetNextPageAsync(System.Threading.CancellationToken cancellationToken = default);
abstract member GetNextPageAsync : System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Management.ResourceManager.Fluent.Core.IPagedCollection<'IFluentResourceT>>
override this.GetNextPageAsync : System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Management.ResourceManager.Fluent.Core.IPagedCollection<'IFluentResourceT>>
Public Function GetNextPageAsync (Optional cancellationToken As CancellationToken = Nothing) As Task(Of IPagedCollection(Of IFluentResourceT))

パラメーター

cancellationToken
CancellationToken

戻り値

Task<IPagedCollection<IFluentResourceT>>

実装

適用対象