次の方法で共有


VirtualMachinesOperationsExtensions.GetAsync メソッド

定義

仮想マシンのモデル ビューまたはインスタンス ビューに関する情報を取得します。

public static System.Threading.Tasks.Task<Microsoft.Azure.Management.Compute.Fluent.Models.VirtualMachineInner> GetAsync (this Microsoft.Azure.Management.Compute.Fluent.IVirtualMachinesOperations operations, string resourceGroupName, string vmName, Microsoft.Azure.Management.Compute.Fluent.Models.InstanceViewTypes? expand = default, System.Threading.CancellationToken cancellationToken = default);
static member GetAsync : Microsoft.Azure.Management.Compute.Fluent.IVirtualMachinesOperations * string * string * Nullable<Microsoft.Azure.Management.Compute.Fluent.Models.InstanceViewTypes> * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Management.Compute.Fluent.Models.VirtualMachineInner>
<Extension()>
Public Function GetAsync (operations As IVirtualMachinesOperations, resourceGroupName As String, vmName As String, Optional expand As Nullable(Of InstanceViewTypes) = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Task(Of VirtualMachineInner)

パラメーター

operations
IVirtualMachinesOperations

この拡張メソッドの操作グループ。

resourceGroupName
String

リソース グループの名前。

vmName
String

仮想マシンの名前。

expand
Nullable<InstanceViewTypes>

操作に適用する展開式。 使用可能な値は次のとおりです: 'instanceView'

cancellationToken
CancellationToken

キャンセル トークン。

戻り値

適用対象