Operations at ExportQueueManagement

This page describes the backend methods at this endpoint.

Signature Description
Void CancelAllExports() Cancels every export in the queue.
Void CancelExports(CancelExportsRequest request) Cancels the export queue entrys identified by the export IDs.
ExportQueueServiceConfiguration GetConfiguration() Gets the configuration of the VM export queue.
DeployQueueEntryInfo GetDeployEntryInfo(String deployId) Gets the info for a specific deploy queue entry.
DeployQueueEntryInfoCollection GetDeployQueueContents() Gets the contents of the deploy queue.
ExportQueueEntryInfo GetEntryInfo(String exportId) Gets the info for a specific export queue entry.
UInt32 GetExportRetryTimeoutMinutes() Gets the minutes of Export retry timeout configuration.
ExportQueueEntryInfoCollection GetQueueContents() Gets the contents of the export queue.
Void SetConfiguration(ExportQueueServiceConfiguration config) Sets the configuration of the VM export queue.
Void SetExportRetryTimeoutMinutes(String minutes) Sets the minutes of Export retry timeout configuration.