Share via


IVirtualMachineScaleSetVM.RefreshInstanceViewAsync(CancellationToken) Method

Definition

Refreshes the instance view.

public System.Threading.Tasks.Task<Microsoft.Azure.Management.Compute.Fluent.Models.VirtualMachineInstanceView> RefreshInstanceViewAsync (System.Threading.CancellationToken cancellationToken = default);
abstract member RefreshInstanceViewAsync : System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Management.Compute.Fluent.Models.VirtualMachineInstanceView>
Public Function RefreshInstanceViewAsync (Optional cancellationToken As CancellationToken = Nothing) As Task(Of VirtualMachineInstanceView)

Parameters

cancellationToken
CancellationToken

Returns

Applies to