次の方法で共有


MachinesOperationsExtensions.GetAsync メソッド

定義

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

public static System.Threading.Tasks.Task<Microsoft.Azure.Management.HybridCompute.Models.Machine> GetAsync (this Microsoft.Azure.Management.HybridCompute.IMachinesOperations operations, string resourceGroupName, string name, string expand = default, System.Threading.CancellationToken cancellationToken = default);
static member GetAsync : Microsoft.Azure.Management.HybridCompute.IMachinesOperations * string * string * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Management.HybridCompute.Models.Machine>
<Extension()>
Public Function GetAsync (operations As IMachinesOperations, resourceGroupName As String, name As String, Optional expand As String = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Task(Of Machine)

パラメーター

operations
IMachinesOperations

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

resourceGroupName
String

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

name
String

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

expand
String

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

cancellationToken
CancellationToken

キャンセル トークン。

戻り値

適用対象