次の方法で共有


MachinesOperationsExtensions.Get メソッド

定義

ハイブリッド マシンのモデル ビューまたはインスタンス ビューに関する情報を取得します。

public static Microsoft.Azure.Management.HybridCompute.Models.Machine Get (this Microsoft.Azure.Management.HybridCompute.IMachinesOperations operations, string resourceGroupName, string name, string expand = default);
static member Get : Microsoft.Azure.Management.HybridCompute.IMachinesOperations * string * string * string -> Microsoft.Azure.Management.HybridCompute.Models.Machine
<Extension()>
Public Function Get (operations As IMachinesOperations, resourceGroupName As String, name As String, Optional expand As String = Nothing) As Machine

パラメーター

operations
IMachinesOperations

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

resourceGroupName
String

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

name
String

ハイブリッド マシンの名前。

expand
String

操作に適用する展開式。 使用可能な値は、'instanceView' です。

戻り値

適用対象