IVirtualMachineImageOperations Members

Represents the interface for the operations that are used to manage the operating system images in a subscription.

The following tables list the members exposed by the IVirtualMachineImageOperations type.

Public Methods

(see also Extension Methods)

  Name Description
CreateAsync Asynchronously adds an operating system image to the user image repository.
DeleteAsync Asynchronously deletes the specified operating system image from the user image repository.
GetAsync Asynchronously retrieves information about an operating system image from the user image repository.
ListAsync Asynchronously retrieves a list of the operating system images from the image repository.
UpdateAsync Asynchronously updates an operating system image in the image repository.

Top

Extension Methods

  Name Description
Create  Adds an operating system image to the user image repository. (Defined by VirtualMachineImageOperationsExtensions.)
CreateAsync  Asynchronously adds an operating system image to the user image repository. (Defined by VirtualMachineImageOperationsExtensions.)
Delete  Deletes the specified operating system image from the user image repository. (Defined by VirtualMachineImageOperationsExtensions.)
DeleteAsync  Asynchronously deletes the specified operating system image from the user image repository. (Defined by VirtualMachineImageOperationsExtensions.)
Get  Retrieves information about an operating system image from the user image repository. (Defined by VirtualMachineImageOperationsExtensions.)
GetAsync  Asynchronously retrieves information about an operating system image from the user image repository. (Defined by VirtualMachineImageOperationsExtensions.)
List  Retrieves a list of the operating system images from the image repository. (Defined by VirtualMachineImageOperationsExtensions.)
ListAsync  Asynchronously retrieves a list of the operating system images from the image repository. (Defined by VirtualMachineImageOperationsExtensions.)
Update  Updates an operating system image in the image repository. (Defined by VirtualMachineImageOperationsExtensions.)
UpdateAsync  Asynchronously updates an operating system image in the image repository. (Defined by VirtualMachineImageOperationsExtensions.)

Top

See Also

Reference

IVirtualMachineImageOperations Interface
Microsoft.WindowsAzure.Management.Compute Namespace