Bagikan melalui


LabVirtualMachineCollection.Get(String, CancellationToken) Method

Definition

Returns the properties for a lab virtual machine.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.LabServices/labs/{labName}/virtualMachines/{virtualMachineName}
  • Operation Id: VirtualMachines_Get
public virtual Azure.Response<Azure.ResourceManager.LabServices.LabVirtualMachineResource> Get (string virtualMachineName, System.Threading.CancellationToken cancellationToken = default);
abstract member Get : string * System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.LabServices.LabVirtualMachineResource>
override this.Get : string * System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.LabServices.LabVirtualMachineResource>
Public Overridable Function Get (virtualMachineName As String, Optional cancellationToken As CancellationToken = Nothing) As Response(Of LabVirtualMachineResource)

Parameters

virtualMachineName
String

The ID of the virtual machine that uniquely identifies it within the containing lab. Used in resource URIs.

cancellationToken
CancellationToken

The cancellation token to use.

Returns

Exceptions

virtualMachineName is an empty string, and was expected to be non-empty.

virtualMachineName is null.

Applies to