VirtualMachineImagesOperationsExtensions.List 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.
Gets a list of all virtual machine image versions for the specified location, publisher, offer, and SKU.
public static System.Collections.Generic.IList<Microsoft.Azure.Management.Compute.Models.VirtualMachineImageResource> List (this Microsoft.Azure.Management.Compute.IVirtualMachineImagesOperations operations, string location, string publisherName, string offer, string skus, string expand = default, int? top = default, string orderby = default);
static member List : Microsoft.Azure.Management.Compute.IVirtualMachineImagesOperations * string * string * string * string * string * Nullable<int> * string -> System.Collections.Generic.IList<Microsoft.Azure.Management.Compute.Models.VirtualMachineImageResource>
<Extension()>
Public Function List (operations As IVirtualMachineImagesOperations, location As String, publisherName As String, offer As String, skus As String, Optional expand As String = Nothing, Optional top As Nullable(Of Integer) = Nothing, Optional orderby As String = Nothing) As IList(Of VirtualMachineImageResource)
Parameters
- operations
- IVirtualMachineImagesOperations
The operations group for this extension method.
- location
- String
The name of a supported Azure region.
- publisherName
- String
A valid image publisher.
- offer
- String
A valid image publisher offer.
- skus
- String
A valid image SKU.
- expand
- String
The expand expression to apply on the operation.
- orderby
- String
Returns
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