IVirtualMachineOSImageOperations Interface

 

The Service Management API includes operations for managing the OS images in your subscription. (see https://msdn.microsoft.com/en-us/library/windowsazure/jj157175.aspx for more information)

Namespace:   Microsoft.WindowsAzure.Management.Compute
Assembly:  Microsoft.WindowsAzure.Management.Compute (in Microsoft.WindowsAzure.Management.Compute.dll)

Syntax

public interface IVirtualMachineOSImageOperations
public interface class IVirtualMachineOSImageOperations
type IVirtualMachineOSImageOperations = interface end
Public Interface IVirtualMachineOSImageOperations

Methods

Name Description
System_CAPS_pubmethod 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.

System_CAPS_pubmethod 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.

System_CAPS_pubmethod 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 https://msdn.microsoft.com/en-us/library/windowsazure/jj157192.aspx for more information)

System_CAPS_pubmethod DeleteAsync(String, Boolean, CancellationToken)

The Delete OS Image operation deletes the specified OS image from your image repository. (see https://msdn.microsoft.com/en-us/library/windowsazure/jj157203.aspx for more information)

System_CAPS_pubmethod GetAsync(String, CancellationToken)

The Get OS Image operation retrieves the details for an operating system image from the image repository. (see https://msdn.microsoft.com/en-us/library/windowsazure/jj157191.aspx for more information)

System_CAPS_pubmethod 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.

System_CAPS_pubmethod ListAsync(CancellationToken)

The List OS Images operation retrieves a list of the operating system images from the image repository. (see https://msdn.microsoft.com/en-us/library/windowsazure/jj157191.aspx for more information)

System_CAPS_pubmethod 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.

System_CAPS_pubmethod 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.

System_CAPS_pubmethod 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.

System_CAPS_pubmethod UpdateAsync(String, VirtualMachineOSImageUpdateParameters, CancellationToken)

The Update OS Image operation updates an OS image that in your image repository. (see https://msdn.microsoft.com/en-us/library/windowsazure/jj157198.aspx for more information)

Extension Methods

Name Description
System_CAPS_pubmethod BeginSharing(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.(Defined by VirtualMachineOSImageOperationsExtensions.)

System_CAPS_pubmethod BeginSharingAsync(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.(Defined by VirtualMachineOSImageOperationsExtensions.)

System_CAPS_pubmethod BeginUnreplicating(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.(Defined by VirtualMachineOSImageOperationsExtensions.)

System_CAPS_pubmethod BeginUnreplicatingAsync(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.(Defined by VirtualMachineOSImageOperationsExtensions.)

System_CAPS_pubmethod Create(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 https://msdn.microsoft.com/en-us/library/windowsazure/jj157192.aspx for more information)(Defined by VirtualMachineOSImageOperationsExtensions.)

System_CAPS_pubmethod CreateAsync(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 https://msdn.microsoft.com/en-us/library/windowsazure/jj157192.aspx for more information)(Defined by VirtualMachineOSImageOperationsExtensions.)

System_CAPS_pubmethod Delete(String, Boolean)

The Delete OS Image operation deletes the specified OS image from your image repository. (see https://msdn.microsoft.com/en-us/library/windowsazure/jj157203.aspx for more information)(Defined by VirtualMachineOSImageOperationsExtensions.)

System_CAPS_pubmethod DeleteAsync(String, Boolean)

The Delete OS Image operation deletes the specified OS image from your image repository. (see https://msdn.microsoft.com/en-us/library/windowsazure/jj157203.aspx for more information)(Defined by VirtualMachineOSImageOperationsExtensions.)

System_CAPS_pubmethod Get(String)

The Get OS Image operation retrieves the details for an operating system image from the image repository. (see https://msdn.microsoft.com/en-us/library/windowsazure/jj157191.aspx for more information)(Defined by VirtualMachineOSImageOperationsExtensions.)

System_CAPS_pubmethod GetAsync(String)

The Get OS Image operation retrieves the details for an operating system image from the image repository. (see https://msdn.microsoft.com/en-us/library/windowsazure/jj157191.aspx for more information)(Defined by VirtualMachineOSImageOperationsExtensions.)

System_CAPS_pubmethod GetDetails(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.(Defined by VirtualMachineOSImageOperationsExtensions.)

System_CAPS_pubmethod GetDetailsAsync(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.(Defined by VirtualMachineOSImageOperationsExtensions.)

System_CAPS_pubmethod List()

The List OS Images operation retrieves a list of the operating system images from the image repository. (see https://msdn.microsoft.com/en-us/library/windowsazure/jj157191.aspx for more information)(Defined by VirtualMachineOSImageOperationsExtensions.)

System_CAPS_pubmethod ListAsync()

The List OS Images operation retrieves a list of the operating system images from the image repository. (see https://msdn.microsoft.com/en-us/library/windowsazure/jj157191.aspx for more information)(Defined by VirtualMachineOSImageOperationsExtensions.)

System_CAPS_pubmethod Replicate(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.(Defined by VirtualMachineOSImageOperationsExtensions.)

System_CAPS_pubmethod ReplicateAsync(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.(Defined by VirtualMachineOSImageOperationsExtensions.)

System_CAPS_pubmethod Share(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.(Defined by VirtualMachineOSImageOperationsExtensions.)

System_CAPS_pubmethod ShareAsync(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.(Defined by VirtualMachineOSImageOperationsExtensions.)

System_CAPS_pubmethod Unreplicate(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.(Defined by VirtualMachineOSImageOperationsExtensions.)

System_CAPS_pubmethod UnreplicateAsync(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.(Defined by VirtualMachineOSImageOperationsExtensions.)

System_CAPS_pubmethod Update(String, VirtualMachineOSImageUpdateParameters)

The Update OS Image operation updates an OS image that in your image repository. (see https://msdn.microsoft.com/en-us/library/windowsazure/jj157198.aspx for more information)(Defined by VirtualMachineOSImageOperationsExtensions.)

System_CAPS_pubmethod UpdateAsync(String, VirtualMachineOSImageUpdateParameters)

The Update OS Image operation updates an OS image that in your image repository. (see https://msdn.microsoft.com/en-us/library/windowsazure/jj157198.aspx for more information)(Defined by VirtualMachineOSImageOperationsExtensions.)

See Also

Microsoft.WindowsAzure.Management.Compute Namespace

Return to top