Partager via


DevTestLabResource.GetDevTestLabVm(String, String, CancellationToken) Méthode

Définition

Obtenir la machine virtuelle.

  • Chemin/abonnements de la demande/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DevTestLab/labs/{labName}/virtualmachines/{name}
  • IdVirtualMachines_Get d’opération
public virtual Azure.Response<Azure.ResourceManager.DevTestLabs.DevTestLabVmResource> GetDevTestLabVm (string name, string expand = default, System.Threading.CancellationToken cancellationToken = default);
abstract member GetDevTestLabVm : string * string * System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.DevTestLabs.DevTestLabVmResource>
override this.GetDevTestLabVm : string * string * System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.DevTestLabs.DevTestLabVmResource>
Public Overridable Function GetDevTestLabVm (name As String, Optional expand As String = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Response(Of DevTestLabVmResource)

Paramètres

name
String

Nom de la machine virtuelle.

expand
String

Spécifiez la requête $expand. Exemple : 'properties($expand=artifacts,computeVm,networkInterface,applicableSchedule)'.

cancellationToken
CancellationToken

Jeton d’annulation à utiliser.

Retours

Exceptions

name est une chaîne vide et devait être non vide.

name a la valeur null.

S’applique à