Partager via


VmInstanceGuestAgentResource.GetAsync(CancellationToken) Method

Definition

Implements GuestAgent GET method.

  • Request Path: /{resourceUri}/providers/Microsoft.ConnectedVMwarevSphere/virtualMachineInstances/default/guestAgents/default
  • Operation Id: VMInstanceGuestAgents_Get
public virtual System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.ConnectedVMwarevSphere.VmInstanceGuestAgentResource>> GetAsync (System.Threading.CancellationToken cancellationToken = default);
abstract member GetAsync : System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.ConnectedVMwarevSphere.VmInstanceGuestAgentResource>>
override this.GetAsync : System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.ConnectedVMwarevSphere.VmInstanceGuestAgentResource>>
Public Overridable Function GetAsync (Optional cancellationToken As CancellationToken = Nothing) As Task(Of Response(Of VmInstanceGuestAgentResource))

Parameters

cancellationToken
CancellationToken

The cancellation token to use.

Returns

Applies to