Freigeben über


VirtualMachineScaleSetVmCollection.GetAsync Methode

Definition

Ruft einen virtuellen Computer aus einer VM-Skalierungsgruppe ab.

  • Anforderungspfad/abonnements/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/virtualMachineScaleSets/{vmScaleSetName}/virtualMachines/{instanceId}
  • Vorgangs-IdVirtualMachineScaleSetVMs_Get
public virtual System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.Compute.VirtualMachineScaleSetVmResource>> GetAsync (string instanceId, Azure.ResourceManager.Compute.Models.InstanceViewType? expand = default, System.Threading.CancellationToken cancellationToken = default);
abstract member GetAsync : string * Nullable<Azure.ResourceManager.Compute.Models.InstanceViewType> * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.Compute.VirtualMachineScaleSetVmResource>>
override this.GetAsync : string * Nullable<Azure.ResourceManager.Compute.Models.InstanceViewType> * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.Compute.VirtualMachineScaleSetVmResource>>
Public Overridable Function GetAsync (instanceId As String, Optional expand As Nullable(Of InstanceViewType) = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Task(Of Response(Of VirtualMachineScaleSetVmResource))

Parameter

instanceId
String

Die instance-ID des virtuellen Computers.

expand
Nullable<InstanceViewType>

Der expand-Ausdruck, der auf den Vorgang angewendet werden soll. "InstanceView" ruft die instance Ansicht des virtuellen Computers ab. "UserData" ruft die UserData des virtuellen Computers ab.

cancellationToken
CancellationToken

Das zu verwendende Abbruchtoken.

Gibt zurück

Ausnahmen

instanceId ist eine leere Zeichenfolge und wurde erwartet, dass sie nicht leer ist.

instanceId ist NULL.

Gilt für: