VirtualMachineVMImageOperationsExtensions Members
The Service Management API provides programmatic access to much of the functionality available through the Management Portal. The Service Management API is a REST API. All API operations are performed over SSL, and are mutually authenticated using X.509 v3 certificates. (see https://msdn.microsoft.com/en-us/library/windowsazure/ee460799.aspx for more information)
The following tables list the members exposed by the VirtualMachineVMImageOperationsExtensions type.
Public Methods
Name | Description | |
---|---|---|
BeginCreating | The Create VM Image operation creates a VM image that in your image repository. (see https://msdn.microsoft.com/en-us/library/azure/dn775054.aspx for more information) | |
BeginCreatingAsync | The Create VM Image operation creates a VM image that in your image repository. (see https://msdn.microsoft.com/en-us/library/azure/dn775054.aspx for more information) | |
BeginDeleting | The Begin Deleting Virtual Machine Image operation deletes the specified virtual machine image. | |
BeginDeletingAsync | The Begin Deleting Virtual Machine Image operation deletes the specified virtual machine image. | |
BeginSharing | 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 | 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 | 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 | 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 | The Create VM Image operation creates a VM image that in your image repository. (see https://msdn.microsoft.com/en-us/library/azure/dn775054.aspx for more information) | |
CreateAsync | The Create VM Image operation creates a VM image that in your image repository. (see https://msdn.microsoft.com/en-us/library/azure/dn775054.aspx for more information) | |
Delete | The Delete Virtual Machine Image operation deletes the specified virtual machine image. | |
DeleteAsync | The Delete Virtual Machine Image operation deletes the specified virtual machine image. | |
GetDetails | 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 | 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 | The List Virtual Machine Images operation retrieves a list of the virtual machine images. | |
ListAsync | The List Virtual Machine Images operation retrieves a list of the virtual machine images. | |
Replicate | 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 | 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 | 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 | 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 | 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 | 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 | The Update VM Image operation updates a VM image that in your image repository. | |
UpdateAsync | The Update VM Image operation updates a VM image that in your image repository. |
Top
See Also
Reference
VirtualMachineVMImageOperationsExtensions Class
Microsoft.WindowsAzure.Management.Compute Namespace