次の方法で共有


VirtualMachineRunCommandsOperationsExtensions.Get メソッド

定義

ある場所にあるサブスクリプションの特定の実行コマンドを取得します。

public static Microsoft.Azure.Management.Compute.Models.RunCommandDocument Get (this Microsoft.Azure.Management.Compute.IVirtualMachineRunCommandsOperations operations, string location, string commandId);
static member Get : Microsoft.Azure.Management.Compute.IVirtualMachineRunCommandsOperations * string * string -> Microsoft.Azure.Management.Compute.Models.RunCommandDocument
<Extension()>
Public Function Get (operations As IVirtualMachineRunCommandsOperations, location As String, commandId As String) As RunCommandDocument

パラメーター

operations
IVirtualMachineRunCommandsOperations

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

location
String

実行コマンドのクエリを実行する場所。

commandId
String

コマンド ID。

戻り値

適用対象