IVirtualMachineImagesOperations Interface
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.
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. |
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
GetAsync(IVirtualMachineImagesOperations, String, String, String, String, String, CancellationToken) |
Gets a virtual machine image. |
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. |
ListOffersAsync(IVirtualMachineImagesOperations, String, String, CancellationToken) |
Gets a list of virtual machine image offers for the specified location and publisher. |
ListPublishersAsync(IVirtualMachineImagesOperations, String, CancellationToken) |
Gets a list of virtual machine image publishers for the specified Azure location. |
ListSkusAsync(IVirtualMachineImagesOperations, String, String, String, CancellationToken) |
Gets a list of virtual machine image SKUs for the specified location, publisher, and offer. |
Applies to
Azure SDK for .NET