Freigeben über


VirtualMachineScaleSetsOperationsExtensions.GetOSUpgradeHistory Methode

Definition

Ruft eine Liste der Betriebssystemupgrades für eine VM-Skalierungsgruppe instance ab.

public static Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Compute.Models.UpgradeOperationHistoricalStatusInfo> GetOSUpgradeHistory (this Microsoft.Azure.Management.Compute.IVirtualMachineScaleSetsOperations operations, string resourceGroupName, string vmScaleSetName);
static member GetOSUpgradeHistory : Microsoft.Azure.Management.Compute.IVirtualMachineScaleSetsOperations * string * string -> Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Compute.Models.UpgradeOperationHistoricalStatusInfo>
<Extension()>
Public Function GetOSUpgradeHistory (operations As IVirtualMachineScaleSetsOperations, resourceGroupName As String, vmScaleSetName As String) As IPage(Of UpgradeOperationHistoricalStatusInfo)

Parameter

operations
IVirtualMachineScaleSetsOperations

Die Vorgangsgruppe für diese Erweiterungsmethode.

resourceGroupName
String

Der Name der Ressourcengruppe.

vmScaleSetName
String

Der Name der VM-Skalierungsgruppe.

Gibt zurück

Gilt für: