VirtualMachineScaleSetResource.GetVirtualMachineScaleSetVmAsync メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
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>> GetVirtualMachineScaleSetVmAsync (string instanceId, Azure.ResourceManager.Compute.Models.InstanceViewType? expand = default, System.Threading.CancellationToken cancellationToken = default);
abstract member GetVirtualMachineScaleSetVmAsync : string * Nullable<Azure.ResourceManager.Compute.Models.InstanceViewType> * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.Compute.VirtualMachineScaleSetVmResource>>
override this.GetVirtualMachineScaleSetVmAsync : string * Nullable<Azure.ResourceManager.Compute.Models.InstanceViewType> * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.Compute.VirtualMachineScaleSetVmResource>>
Public Overridable Function GetVirtualMachineScaleSetVmAsync (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 です。