次の方法で共有


CosmosDBAccountsImpl.ListInnerNextAsync(String, CancellationToken) メソッド

定義

protected override System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.CosmosDB.Fluent.Models.DatabaseAccountGetResultsInner>> ListInnerNextAsync (string nextLink, System.Threading.CancellationToken cancellationToken);
override this.ListInnerNextAsync : string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.CosmosDB.Fluent.Models.DatabaseAccountGetResultsInner>>
Protected Overrides Function ListInnerNextAsync (nextLink As String, cancellationToken As CancellationToken) As Task(Of IPage(Of DatabaseAccountGetResultsInner))

パラメーター

nextLink
String
cancellationToken
CancellationToken

戻り値

適用対象