VirtualMachineScaleSetsOperationsExtensions.ListSkusNextAsync 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.Compute.Version_2018_04.Models.VirtualMachineScaleSetSku>> ListSkusNextAsync (this Microsoft.Azure.Commands.Common.Compute.Version_2018_04.IVirtualMachineScaleSetsOperations operations, string nextPageLink, System.Threading.CancellationToken cancellationToken = default);
static member ListSkusNextAsync : Microsoft.Azure.Commands.Common.Compute.Version_2018_04.IVirtualMachineScaleSetsOperations * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Commands.Common.Compute.Version_2018_04.Models.VirtualMachineScaleSetSku>>
<Extension()>
Public Function ListSkusNextAsync (operations As IVirtualMachineScaleSetsOperations, nextPageLink As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of IPage(Of VirtualMachineScaleSetSku))
Parameters
- operations
- IVirtualMachineScaleSetsOperations
- nextPageLink
- String
- cancellationToken
- CancellationToken