IVirtualMachineOSImageOperations 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.
The Service Management API includes operations for managing the OS images in your subscription. (see http://msdn.microsoft.com/en-us/library/windowsazure/jj157175.aspx for more information)
public interface IVirtualMachineOSImageOperations
type IVirtualMachineOSImageOperations = interface
Public Interface IVirtualMachineOSImageOperations
Methods
BeginSharingAsync(String, String, CancellationToken) |
Share an already replicated OS image. This operation is only for publishers. You have to be registered as image publisher with Windows Azure to be able to call this. |
BeginUnreplicatingAsync(String, CancellationToken) |
Unreplicate an OS image to multiple target locations. This operation is only for publishers. You have to be registered as image publisher with Windows Azure to be able to call this. Note: The operation removes the published copies of the user OS Image. It does not remove the actual user OS Image. To remove the actual user OS Image, the publisher will have to call Delete OS Image. |
CreateAsync(VirtualMachineOSImageCreateParameters, CancellationToken) |
The Create OS Image operation adds an operating system image that is stored in a storage account and is available from the image repository. (see http://msdn.microsoft.com/en-us/library/windowsazure/jj157192.aspx for more information) |
DeleteAsync(String, Boolean, CancellationToken) |
The Delete OS Image operation deletes the specified OS image from your image repository. (see http://msdn.microsoft.com/en-us/library/windowsazure/jj157203.aspx for more information) |
GetAsync(String, CancellationToken) |
The Get OS Image operation retrieves the details for an operating system image from the image repository. (see http://msdn.microsoft.com/en-us/library/windowsazure/jj157191.aspx for more information) |
GetDetailsAsync(String, CancellationToken) |
Gets OS Image's properties and its replication details. This operation is only for publishers. You have to be registered as image publisher with Windows Azure to be able to call this. |
ListAsync(CancellationToken) |
The List OS Images operation retrieves a list of the operating system images from the image repository. (see http://msdn.microsoft.com/en-us/library/windowsazure/jj157191.aspx for more information) |
ReplicateAsync(String, VirtualMachineOSImageReplicateParameters, CancellationToken) |
Replicate an OS image to multiple target locations. This operation is only for publishers. You have to be registered as image publisher with Windows Azure to be able to call this. |
ShareAsync(String, String, CancellationToken) |
Share an already replicated OS image. This operation is only for publishers. You have to be registered as image publisher with Windows Azure to be able to call this. |
UnreplicateAsync(String, CancellationToken) |
Unreplicate an OS image to multiple target locations. This operation is only for publishers. You have to be registered as image publisher with Windows Azure to be able to call this. Note: The operation removes the published copies of the user OS Image. It does not remove the actual user OS Image. To remove the actual user OS Image, the publisher will have to call Delete OS Image. |
UpdateAsync(String, VirtualMachineOSImageUpdateParameters, CancellationToken) |
The Update OS Image operation updates an OS image that in your image repository. (see http://msdn.microsoft.com/en-us/library/windowsazure/jj157198.aspx for more information) |
Extension Methods
BeginSharing(IVirtualMachineOSImageOperations, String, String) |
Share an already replicated OS image. This operation is only for publishers. You have to be registered as image publisher with Windows Azure to be able to call this. |
BeginSharingAsync(IVirtualMachineOSImageOperations, String, String) |
Share an already replicated OS image. This operation is only for publishers. You have to be registered as image publisher with Windows Azure to be able to call this. |
BeginUnreplicating(IVirtualMachineOSImageOperations, String) |
Unreplicate an OS image to multiple target locations. This operation is only for publishers. You have to be registered as image publisher with Windows Azure to be able to call this. Note: The operation removes the published copies of the user OS Image. It does not remove the actual user OS Image. To remove the actual user OS Image, the publisher will have to call Delete OS Image. |
BeginUnreplicatingAsync(IVirtualMachineOSImageOperations, String) |
Unreplicate an OS image to multiple target locations. This operation is only for publishers. You have to be registered as image publisher with Windows Azure to be able to call this. Note: The operation removes the published copies of the user OS Image. It does not remove the actual user OS Image. To remove the actual user OS Image, the publisher will have to call Delete OS Image. |
Create(IVirtualMachineOSImageOperations, VirtualMachineOSImageCreateParameters) |
The Create OS Image operation adds an operating system image that is stored in a storage account and is available from the image repository. (see http://msdn.microsoft.com/en-us/library/windowsazure/jj157192.aspx for more information) |
CreateAsync(IVirtualMachineOSImageOperations, VirtualMachineOSImageCreateParameters) |
The Create OS Image operation adds an operating system image that is stored in a storage account and is available from the image repository. (see http://msdn.microsoft.com/en-us/library/windowsazure/jj157192.aspx for more information) |
Delete(IVirtualMachineOSImageOperations, String, Boolean) |
The Delete OS Image operation deletes the specified OS image from your image repository. (see http://msdn.microsoft.com/en-us/library/windowsazure/jj157203.aspx for more information) |
DeleteAsync(IVirtualMachineOSImageOperations, String, Boolean) |
The Delete OS Image operation deletes the specified OS image from your image repository. (see http://msdn.microsoft.com/en-us/library/windowsazure/jj157203.aspx for more information) |
Get(IVirtualMachineOSImageOperations, String) |
The Get OS Image operation retrieves the details for an operating system image from the image repository. (see http://msdn.microsoft.com/en-us/library/windowsazure/jj157191.aspx for more information) |
GetAsync(IVirtualMachineOSImageOperations, String) |
The Get OS Image operation retrieves the details for an operating system image from the image repository. (see http://msdn.microsoft.com/en-us/library/windowsazure/jj157191.aspx for more information) |
GetDetails(IVirtualMachineOSImageOperations, String) |
Gets OS Image's properties and its replication details. This operation is only for publishers. You have to be registered as image publisher with Windows Azure to be able to call this. |
GetDetailsAsync(IVirtualMachineOSImageOperations, String) |
Gets OS Image's properties and its replication details. This operation is only for publishers. You have to be registered as image publisher with Windows Azure to be able to call this. |
List(IVirtualMachineOSImageOperations) |
The List OS Images operation retrieves a list of the operating system images from the image repository. (see http://msdn.microsoft.com/en-us/library/windowsazure/jj157191.aspx for more information) |
ListAsync(IVirtualMachineOSImageOperations) |
The List OS Images operation retrieves a list of the operating system images from the image repository. (see http://msdn.microsoft.com/en-us/library/windowsazure/jj157191.aspx for more information) |
Replicate(IVirtualMachineOSImageOperations, String, VirtualMachineOSImageReplicateParameters) |
Replicate an OS image to multiple target locations. This operation is only for publishers. You have to be registered as image publisher with Windows Azure to be able to call this. |
ReplicateAsync(IVirtualMachineOSImageOperations, String, VirtualMachineOSImageReplicateParameters) |
Replicate an OS image to multiple target locations. This operation is only for publishers. You have to be registered as image publisher with Windows Azure to be able to call this. |
Share(IVirtualMachineOSImageOperations, String, String) |
Share an already replicated OS image. This operation is only for publishers. You have to be registered as image publisher with Windows Azure to be able to call this. |
ShareAsync(IVirtualMachineOSImageOperations, String, String) |
Share an already replicated OS image. This operation is only for publishers. You have to be registered as image publisher with Windows Azure to be able to call this. |
Unreplicate(IVirtualMachineOSImageOperations, String) |
Unreplicate an OS image to multiple target locations. This operation is only for publishers. You have to be registered as image publisher with Windows Azure to be able to call this. Note: The operation removes the published copies of the user OS Image. It does not remove the actual user OS Image. To remove the actual user OS Image, the publisher will have to call Delete OS Image. |
UnreplicateAsync(IVirtualMachineOSImageOperations, String) |
Unreplicate an OS image to multiple target locations. This operation is only for publishers. You have to be registered as image publisher with Windows Azure to be able to call this. Note: The operation removes the published copies of the user OS Image. It does not remove the actual user OS Image. To remove the actual user OS Image, the publisher will have to call Delete OS Image. |
Update(IVirtualMachineOSImageOperations, String, VirtualMachineOSImageUpdateParameters) |
The Update OS Image operation updates an OS image that in your image repository. (see http://msdn.microsoft.com/en-us/library/windowsazure/jj157198.aspx for more information) |
UpdateAsync(IVirtualMachineOSImageOperations, String, VirtualMachineOSImageUpdateParameters) |
The Update OS Image operation updates an OS image that in your image repository. (see http://msdn.microsoft.com/en-us/library/windowsazure/jj157198.aspx for more information) |
Applies to
Azure SDK for .NET