Share via


IVirtualMachineImages Interface

Definition

Entry point to virtual machine image management API.

public interface IVirtualMachineImages : Microsoft.Azure.Management.ResourceManager.Fluent.Core.CollectionActions.ISupportsGettingById<Microsoft.Azure.Management.Compute.Fluent.IVirtualMachineImage>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.CollectionActions.ISupportsListingByRegion<Microsoft.Azure.Management.Compute.Fluent.IVirtualMachineImage>
type IVirtualMachineImages = interface
    interface ISupportsListingByRegion<IVirtualMachineImage>
    interface ISupportsGettingById<IVirtualMachineImage>
Public Interface IVirtualMachineImages
Implements ISupportsGettingById(Of IVirtualMachineImage), ISupportsListingByRegion(Of IVirtualMachineImage)
Implements

Properties

Publishers

Gets entry point to virtual machine image publishers.

Methods

GetById(String)

Gets the information about a resource from Azure based on the resource id.

(Inherited from ISupportsGettingById<T>)
GetByIdAsync(String, CancellationToken)

Gets the information about a resource from Azure based on the resource id.

(Inherited from ISupportsGettingById<T>)
GetImage(Region, String, String, String, String)

Gets a virtual machine image.

GetImage(String, String, String, String, String)

Gets a virtual machine image.

GetImageAsync(Region, String, String, String, String, CancellationToken)

Gets a virtual machine image.

GetImageAsync(String, String, String, String, String, CancellationToken)

Gets a virtual machine image.

ListByRegion(Region)

Lists all the resources of the specified type in the specified region.

(Inherited from ISupportsListingByRegion<T>)
ListByRegion(String)

List all the resources of the specified type in the specified region.

(Inherited from ISupportsListingByRegion<T>)
ListByRegionAsync(Region, CancellationToken)

Lists all the resources of the specified type in the specified region.

(Inherited from ISupportsListingByRegion<T>)
ListByRegionAsync(String, CancellationToken)

Lists all the resources of the specified type in the specified region.

(Inherited from ISupportsListingByRegion<T>)

Applies to