次の方法で共有


VirtualMachineVMImageOperationsExtensions.ListAsync メソッド

定義

[仮想マシン イメージの一覧表示] 操作では、仮想マシン イメージの一覧を取得します。

public static System.Threading.Tasks.Task<Microsoft.WindowsAzure.Management.Compute.Models.VirtualMachineVMImageListResponse> ListAsync (this Microsoft.WindowsAzure.Management.Compute.IVirtualMachineVMImageOperations operations);
static member ListAsync : Microsoft.WindowsAzure.Management.Compute.IVirtualMachineVMImageOperations -> System.Threading.Tasks.Task<Microsoft.WindowsAzure.Management.Compute.Models.VirtualMachineVMImageListResponse>
<Extension()>
Public Function ListAsync (operations As IVirtualMachineVMImageOperations) As Task(Of VirtualMachineVMImageListResponse)

パラメーター

operations
IVirtualMachineVMImageOperations

Microsoft.WindowsAzure.Management.Compute.IVirtualMachineVMImageOperations への参照。

戻り値

VM イメージの一覧表示操作応答。

適用対象