次の方法で共有


VirtualMachineScaleSetVmCollection.GetAsync メソッド

定義

VM スケール セットから仮想マシンを取得します。

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/virtualMachineScaleSets/{vmScaleSetName}/virtualMachines/{instanceId}
  • 操作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))

パラメーター

instanceId
String

仮想マシンのインスタンス ID。

expand
Nullable<InstanceViewType>

操作に適用する展開式。 'InstanceView' は仮想マシンのインスタンス ビューを取得します。 'UserData' は仮想マシンの UserData を取得します。

cancellationToken
CancellationToken

使用する取り消しトークン。

戻り値

例外

instanceId は空の文字列であり、空でないと想定されていました。

instanceId が null です。

適用対象