VirtualMachineImagesOperationsExtensions.ListSkus 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 virtual machine image SKUs for the specified location, publisher, and offer.
public static System.Collections.Generic.IList<Microsoft.Azure.Management.Compute.Models.VirtualMachineImageResource> ListSkus (this Microsoft.Azure.Management.Compute.IVirtualMachineImagesOperations operations, string location, string publisherName, string offer);
static member ListSkus : Microsoft.Azure.Management.Compute.IVirtualMachineImagesOperations * string * string * string -> System.Collections.Generic.IList<Microsoft.Azure.Management.Compute.Models.VirtualMachineImageResource>
<Extension()>
Public Function ListSkus (operations As IVirtualMachineImagesOperations, location As String, publisherName As String, offer As String) 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.
Returns
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for .NET