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