Partager via


VirtualMachineScaleSetsOperationsExtensions.GetOSUpgradeHistoryNextAsync Méthode

Définition

Obtient la liste des mises à niveau du système d’exploitation sur un groupe de machines virtuelles identiques instance.

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

Paramètres

operations
IVirtualMachineScaleSetsOperations

Groupe d’opérations pour cette méthode d’extension.

nextPageLink
String

NextLink du précédent appel réussi à l’opération List.

cancellationToken
CancellationToken

Jeton d'annulation.

Retours

S’applique à