VaultsOperationsExtensions.ListBySubscriptionNextAsync Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public static System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Commands.Common.KeyVault.Version2016_10_1.Models.Vault>> ListBySubscriptionNextAsync (this Microsoft.Azure.Commands.Common.KeyVault.Version2016_10_1.IVaultsOperations operations, string nextPageLink, System.Threading.CancellationToken cancellationToken = default);
static member ListBySubscriptionNextAsync : Microsoft.Azure.Commands.Common.KeyVault.Version2016_10_1.IVaultsOperations * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Commands.Common.KeyVault.Version2016_10_1.Models.Vault>>
<Extension()>
Public Function ListBySubscriptionNextAsync (operations As IVaultsOperations, nextPageLink As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of IPage(Of Vault))
Parameters
- operations
- IVaultsOperations
- nextPageLink
- String
- cancellationToken
- CancellationToken