次の方法で共有


VirtualMachinesOperationsExtensions.GetAsync メソッド

定義

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

public static System.Threading.Tasks.Task<Microsoft.Azure.Management.Compute.Models.VirtualMachine> GetAsync (this Microsoft.Azure.Management.Compute.IVirtualMachinesOperations operations, string resourceGroupName, string vmName, Microsoft.Azure.Management.Compute.Models.InstanceViewTypes? expand = default, System.Threading.CancellationToken cancellationToken = default);
static member GetAsync : Microsoft.Azure.Management.Compute.IVirtualMachinesOperations * string * string * Nullable<Microsoft.Azure.Management.Compute.Models.InstanceViewTypes> * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Management.Compute.Models.VirtualMachine>
<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 VirtualMachine)

パラメーター

operations
IVirtualMachinesOperations

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

resourceGroupName
String

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

vmName
String

仮想マシンの名前。

expand
Nullable<InstanceViewTypes>

操作に適用する展開式。 'InstanceView' は、プラットフォームによって管理され、コントロール プレーン操作の外部で変更できる仮想マシンのランタイム プロパティのスナップショットを取得します。 'UserData' は、VM の作成/更新操作中にユーザーによって提供された VM モデル ビューの一部として UserData プロパティを取得します。 指定できる値は、'instanceView'、'userData' です。

cancellationToken
CancellationToken

キャンセル トークン。

戻り値

適用対象