Share via


LabVirtualMachineCollection.GetIfExists(String, CancellationToken) Method

Definition

Tries to get details for this resource from the service.

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