VirtualMachinesOperationsExtensions.BeginCapture Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Captures the VM by copying virtual hard disks of the VM and outputs a template that can be used to create similar VMs.
public static Microsoft.Azure.Management.Compute.Models.VirtualMachineCaptureResult BeginCapture (this Microsoft.Azure.Management.Compute.IVirtualMachinesOperations operations, string resourceGroupName, string vmName, Microsoft.Azure.Management.Compute.Models.VirtualMachineCaptureParameters parameters);
static member BeginCapture : Microsoft.Azure.Management.Compute.IVirtualMachinesOperations * string * string * Microsoft.Azure.Management.Compute.Models.VirtualMachineCaptureParameters -> Microsoft.Azure.Management.Compute.Models.VirtualMachineCaptureResult
<Extension()>
Public Function BeginCapture (operations As IVirtualMachinesOperations, resourceGroupName As String, vmName As String, parameters As VirtualMachineCaptureParameters) As VirtualMachineCaptureResult
Parameters
- operations
- IVirtualMachinesOperations
The operations group for this extension method.
- resourceGroupName
- String
The name of the resource group.
- vmName
- String
The name of the virtual machine.
- parameters
- VirtualMachineCaptureParameters
Parameters supplied to the Capture Virtual Machine operation.