共用方式為


IVirtualMachineVMImageOperations Interface

Definition

The Service Management API includes operations for managing the virtual machine templates in your subscription.

public interface IVirtualMachineVMImageOperations
type IVirtualMachineVMImageOperations = interface
Public Interface IVirtualMachineVMImageOperations

Methods

BeginCreatingAsync(VirtualMachineVMImageCreateParameters, CancellationToken)

The Create VM Image operation creates a VM image that in your image repository. (see http://msdn.microsoft.com/en-us/library/azure/dn775054.aspx for more information)

BeginDeletingAsync(String, Boolean, CancellationToken)

The Begin Deleting Virtual Machine Image operation deletes the specified virtual machine image.

BeginSharingAsync(String, String, CancellationToken)

Share an already replicated VM 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 VM 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 VM Image. It does not remove the actual user VM Image. To remove the actual user VM Image, the publisher will have to call Delete VM Image.

CreateAsync(VirtualMachineVMImageCreateParameters, CancellationToken)

The Create VM Image operation creates a VM image that in your image repository. (see http://msdn.microsoft.com/en-us/library/azure/dn775054.aspx for more information)

DeleteAsync(String, Boolean, CancellationToken)

The Delete Virtual Machine Image operation deletes the specified virtual machine image.

GetDetailsAsync(String, CancellationToken)

Gets VMImage'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 Virtual Machine Images operation retrieves a list of the virtual machine images.

ReplicateAsync(String, VirtualMachineVMImageReplicateParameters, CancellationToken)

Replicate an VM 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 VM 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 VM 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 VM Image. It does not remove the actual user VM Image. To remove the actual user VM Image, the publisher will have to call Delete VM Image.

UpdateAsync(String, VirtualMachineVMImageUpdateParameters, CancellationToken)

The Update VM Image operation updates a VM image that in your image repository.

Extension Methods

BeginCreating(IVirtualMachineVMImageOperations, VirtualMachineVMImageCreateParameters)

The Create VM Image operation creates a VM image that in your image repository. (see http://msdn.microsoft.com/en-us/library/azure/dn775054.aspx for more information)

BeginCreatingAsync(IVirtualMachineVMImageOperations, VirtualMachineVMImageCreateParameters)

The Create VM Image operation creates a VM image that in your image repository. (see http://msdn.microsoft.com/en-us/library/azure/dn775054.aspx for more information)

BeginDeleting(IVirtualMachineVMImageOperations, String, Boolean)

The Begin Deleting Virtual Machine Image operation deletes the specified virtual machine image.

BeginDeletingAsync(IVirtualMachineVMImageOperations, String, Boolean)

The Begin Deleting Virtual Machine Image operation deletes the specified virtual machine image.

BeginSharing(IVirtualMachineVMImageOperations, String, String)

Share an already replicated VM 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(IVirtualMachineVMImageOperations, String, String)

Share an already replicated VM 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(IVirtualMachineVMImageOperations, String)

Unreplicate an VM 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 VM Image. It does not remove the actual user VM Image. To remove the actual user VM Image, the publisher will have to call Delete VM Image.

BeginUnreplicatingAsync(IVirtualMachineVMImageOperations, String)

Unreplicate an VM 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 VM Image. It does not remove the actual user VM Image. To remove the actual user VM Image, the publisher will have to call Delete VM Image.

Create(IVirtualMachineVMImageOperations, VirtualMachineVMImageCreateParameters)

The Create VM Image operation creates a VM image that in your image repository. (see http://msdn.microsoft.com/en-us/library/azure/dn775054.aspx for more information)

CreateAsync(IVirtualMachineVMImageOperations, VirtualMachineVMImageCreateParameters)

The Create VM Image operation creates a VM image that in your image repository. (see http://msdn.microsoft.com/en-us/library/azure/dn775054.aspx for more information)

Delete(IVirtualMachineVMImageOperations, String, Boolean)

The Delete Virtual Machine Image operation deletes the specified virtual machine image.

DeleteAsync(IVirtualMachineVMImageOperations, String, Boolean)

The Delete Virtual Machine Image operation deletes the specified virtual machine image.

GetDetails(IVirtualMachineVMImageOperations, String)

Gets VMImage'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(IVirtualMachineVMImageOperations, String)

Gets VMImage'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(IVirtualMachineVMImageOperations)

The List Virtual Machine Images operation retrieves a list of the virtual machine images.

ListAsync(IVirtualMachineVMImageOperations)

The List Virtual Machine Images operation retrieves a list of the virtual machine images.

Replicate(IVirtualMachineVMImageOperations, String, VirtualMachineVMImageReplicateParameters)

Replicate an VM 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(IVirtualMachineVMImageOperations, String, VirtualMachineVMImageReplicateParameters)

Replicate an VM 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(IVirtualMachineVMImageOperations, String, String)

Share an already replicated VM 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(IVirtualMachineVMImageOperations, String, String)

Share an already replicated VM 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(IVirtualMachineVMImageOperations, String)

Unreplicate an VM 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 VM Image. It does not remove the actual user VM Image. To remove the actual user VM Image, the publisher will have to call Delete VM Image.

UnreplicateAsync(IVirtualMachineVMImageOperations, String)

Unreplicate an VM 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 VM Image. It does not remove the actual user VM Image. To remove the actual user VM Image, the publisher will have to call Delete VM Image.

Update(IVirtualMachineVMImageOperations, String, VirtualMachineVMImageUpdateParameters)

The Update VM Image operation updates a VM image that in your image repository.

UpdateAsync(IVirtualMachineVMImageOperations, String, VirtualMachineVMImageUpdateParameters)

The Update VM Image operation updates a VM image that in your image repository.

Applies to