VirtualMachineOSImageOperationsExtensions.Replicate Method (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.
Assembly: Microsoft.WindowsAzure.Management.Compute (in Microsoft.WindowsAzure.Management.Compute.dll)
<ExtensionAttribute> Public Shared Function Replicate ( operations As IVirtualMachineOSImageOperations, imageName As String, parameters As VirtualMachineOSImageReplicateParameters ) As VirtualMachineOSImageReplicateResponse
Parameters
- operations
-
Type:
Microsoft.WindowsAzure.Management.Compute.IVirtualMachineOSImageOperations
Reference to the Microsoft.WindowsAzure.Management.Compute.IVirtualMachineOSImageOperations.
- imageName
-
Type:
System.String
Required. The name of the virtual machine OS image to replicate.
- parameters
-
Type:
Microsoft.WindowsAzure.Management.Compute.Models.VirtualMachineOSImageReplicateParameters
Required. Parameters supplied to the Replicate Virtual Machine Image operation.
Return Value
Type: Microsoft.WindowsAzure.Management.Compute.Models.VirtualMachineOSImageReplicateResponseThe response body contains the published name of the image.
Show: