次の方法で共有


VirtualMachinesOperationsExtensions.Get メソッド

定義

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

public static Microsoft.Azure.Management.Compute.Models.VirtualMachine Get (this Microsoft.Azure.Management.Compute.IVirtualMachinesOperations operations, string resourceGroupName, string vmName, Microsoft.Azure.Management.Compute.Models.InstanceViewTypes? expand = default);
static member Get : Microsoft.Azure.Management.Compute.IVirtualMachinesOperations * string * string * Nullable<Microsoft.Azure.Management.Compute.Models.InstanceViewTypes> -> Microsoft.Azure.Management.Compute.Models.VirtualMachine
<Extension()>
Public Function Get (operations As IVirtualMachinesOperations, resourceGroupName As String, vmName As String, Optional expand As Nullable(Of InstanceViewTypes) = Nothing) As VirtualMachine

パラメーター

operations
IVirtualMachinesOperations

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

resourceGroupName
String

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

vmName
String

仮想マシンの名前。

expand
Nullable<InstanceViewTypes>

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

戻り値

適用対象