IVirtualMachineImagesEdgeZoneOperations Interface

Definition

VirtualMachineImagesEdgeZoneOperations operations.

public interface IVirtualMachineImagesEdgeZoneOperations
type IVirtualMachineImagesEdgeZoneOperations = interface
Public Interface IVirtualMachineImagesEdgeZoneOperations

Methods

GetWithHttpMessagesAsync(String, String, String, String, String, String, Dictionary<String,List<String>>, CancellationToken)

Gets a virtual machine image in an edge zone.

ListOffersWithHttpMessagesAsync(String, String, String, Dictionary<String,List<String>>, CancellationToken)

Gets a list of virtual machine image offers for the specified location, edge zone and publisher.

ListPublishersWithHttpMessagesAsync(String, String, Dictionary<String,List<String>>, CancellationToken)

Gets a list of virtual machine image publishers for the specified Azure location and edge zone.

ListSkusWithHttpMessagesAsync(String, String, String, String, Dictionary<String,List<String>>, CancellationToken)

Gets a list of virtual machine image SKUs for the specified location, edge zone, publisher, and offer.

ListWithHttpMessagesAsync(String, String, String, String, String, String, Nullable<Int32>, String, Dictionary<String,List<String>>, CancellationToken)

Gets a list of all virtual machine image versions for the specified location, edge zone, publisher, offer, and SKU.

Extension Methods

Get(IVirtualMachineImagesEdgeZoneOperations, String, String, String, String, String, String)

Gets a virtual machine image in an edge zone.

GetAsync(IVirtualMachineImagesEdgeZoneOperations, String, String, String, String, String, String, CancellationToken)

Gets a virtual machine image in an edge zone.

List(IVirtualMachineImagesEdgeZoneOperations, String, String, String, String, String, String, Nullable<Int32>, String)

Gets a list of all virtual machine image versions for the specified location, edge zone, publisher, offer, and SKU.

ListAsync(IVirtualMachineImagesEdgeZoneOperations, String, String, String, String, String, String, Nullable<Int32>, String, CancellationToken)

Gets a list of all virtual machine image versions for the specified location, edge zone, publisher, offer, and SKU.

ListOffers(IVirtualMachineImagesEdgeZoneOperations, String, String, String)

Gets a list of virtual machine image offers for the specified location, edge zone and publisher.

ListOffersAsync(IVirtualMachineImagesEdgeZoneOperations, String, String, String, CancellationToken)

Gets a list of virtual machine image offers for the specified location, edge zone and publisher.

ListPublishers(IVirtualMachineImagesEdgeZoneOperations, String, String)

Gets a list of virtual machine image publishers for the specified Azure location and edge zone.

ListPublishersAsync(IVirtualMachineImagesEdgeZoneOperations, String, String, CancellationToken)

Gets a list of virtual machine image publishers for the specified Azure location and edge zone.

ListSkus(IVirtualMachineImagesEdgeZoneOperations, String, String, String, String)

Gets a list of virtual machine image SKUs for the specified location, edge zone, publisher, and offer.

ListSkusAsync(IVirtualMachineImagesEdgeZoneOperations, String, String, String, String, CancellationToken)

Gets a list of virtual machine image SKUs for the specified location, edge zone, publisher, and offer.

Applies to