Bagikan melalui


ScVmmGuestAgentResource.Get(CancellationToken) Method

Definition

Implements GuestAgent GET method.

  • Request Path: /{resourceUri}/providers/Microsoft.ScVmm/virtualMachineInstances/default/guestAgents/default
  • Operation Id: VMInstanceGuestAgents_Get
  • Default Api Version: 2023-10-07
  • Resource: ScVmmGuestAgentResource
public virtual Azure.Response<Azure.ResourceManager.ScVmm.ScVmmGuestAgentResource> Get (System.Threading.CancellationToken cancellationToken = default);
abstract member Get : System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.ScVmm.ScVmmGuestAgentResource>
override this.Get : System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.ScVmm.ScVmmGuestAgentResource>
Public Overridable Function Get (Optional cancellationToken As CancellationToken = Nothing) As Response(Of ScVmmGuestAgentResource)

Parameters

cancellationToken
CancellationToken

The cancellation token to use.

Returns

Applies to