IVirtualMachineImagesOperations Interface

Definition

VirtualMachineImagesOperations operations.

public interface IVirtualMachineImagesOperations
type IVirtualMachineImagesOperations = interface
Public Interface IVirtualMachineImagesOperations

Methods

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

Gets a virtual machine image.

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

Gets a list of all virtual machine image versions for the specified edge zone

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

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

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

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

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

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

ListWithHttpMessagesAsync(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, publisher, offer, and SKU.

Extension Methods

Get(IVirtualMachineImagesOperations, String, String, String, String, String)

Gets a virtual machine image.

GetAsync(IVirtualMachineImagesOperations, String, String, String, String, String, CancellationToken)

Gets a virtual machine image.

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

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

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

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

ListByEdgeZone(IVirtualMachineImagesOperations, String, String)

Gets a list of all virtual machine image versions for the specified edge zone

ListByEdgeZoneAsync(IVirtualMachineImagesOperations, String, String, CancellationToken)

Gets a list of all virtual machine image versions for the specified edge zone

ListOffers(IVirtualMachineImagesOperations, String, String)

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

ListOffersAsync(IVirtualMachineImagesOperations, String, String, CancellationToken)

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

ListPublishers(IVirtualMachineImagesOperations, String)

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

ListPublishersAsync(IVirtualMachineImagesOperations, String, CancellationToken)

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

ListSkus(IVirtualMachineImagesOperations, String, String, String)

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

ListSkusAsync(IVirtualMachineImagesOperations, String, String, String, CancellationToken)

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

Applies to