VirtualMachineImagesEdgeZoneOperationsExtensions.ListOffers 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 offers for the specified location, edge zone and publisher.
public static System.Collections.Generic.IList<Microsoft.Azure.Management.Compute.Models.VirtualMachineImageResource> ListOffers (this Microsoft.Azure.Management.Compute.IVirtualMachineImagesEdgeZoneOperations operations, string location, string edgeZone, string publisherName);
static member ListOffers : Microsoft.Azure.Management.Compute.IVirtualMachineImagesEdgeZoneOperations * string * string * string -> System.Collections.Generic.IList<Microsoft.Azure.Management.Compute.Models.VirtualMachineImageResource>
<Extension()>
Public Function ListOffers (operations As IVirtualMachineImagesEdgeZoneOperations, location As String, edgeZone As String, publisherName As String) As IList(Of VirtualMachineImageResource)
Parameters
- operations
- IVirtualMachineImagesEdgeZoneOperations
The operations group for this extension method.
- location
- String
The name of a supported Azure region.
- edgeZone
- String
The name of the edge zone.
- publisherName
- String
A valid image publisher.
Returns
Applies to
Совместная работа с нами на GitHub
Источник этого содержимого можно найти на GitHub, где также можно создавать и просматривать проблемы и запросы на вытягивание. Дополнительные сведения см. в нашем руководстве для участников.
Azure SDK for .NET