VirtualMachineOSImageOperationsExtensions.ListAsync Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The List OS Images operation retrieves a list of the operating system images from the image repository. (see http://msdn.microsoft.com/en-us/library/windowsazure/jj157191.aspx for more information)
public static System.Threading.Tasks.Task<Microsoft.WindowsAzure.Management.Compute.Models.VirtualMachineOSImageListResponse> ListAsync (this Microsoft.WindowsAzure.Management.Compute.IVirtualMachineOSImageOperations operations);
static member ListAsync : Microsoft.WindowsAzure.Management.Compute.IVirtualMachineOSImageOperations -> System.Threading.Tasks.Task<Microsoft.WindowsAzure.Management.Compute.Models.VirtualMachineOSImageListResponse>
<Extension()>
Public Function ListAsync (operations As IVirtualMachineOSImageOperations) As Task(Of VirtualMachineOSImageListResponse)
Parameters
- operations
- IVirtualMachineOSImageOperations
Reference to the Microsoft.WindowsAzure.Management.Compute.IVirtualMachineOSImageOperations.
Returns
The List OS Images operation response.
Applies to
Współpracuj z nami w serwisie GitHub
Źródło tej zawartości można znaleźć w witrynie GitHub, gdzie można również tworzyć i przeglądać problemy i żądania ściągnięcia. Więcej informacji znajdziesz w naszym przewodniku dla współtwórców.
Azure SDK for .NET