次の方法で共有


VirtualMachineRunCommandsOperationsExtensions.List メソッド

定義

ある場所のサブスクリプションで使用可能なすべての実行コマンドを一覧表示します。

public static Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Compute.Models.RunCommandDocumentBase> List (this Microsoft.Azure.Management.Compute.IVirtualMachineRunCommandsOperations operations, string location);
static member List : Microsoft.Azure.Management.Compute.IVirtualMachineRunCommandsOperations * string -> Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Compute.Models.RunCommandDocumentBase>
<Extension()>
Public Function List (operations As IVirtualMachineRunCommandsOperations, location As String) As IPage(Of RunCommandDocumentBase)

パラメーター

operations
IVirtualMachineRunCommandsOperations

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

location
String

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

戻り値

適用対象