VirtualMachinesOperationsExtensions.BeginCaptureAsync Method

Definition

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 System.Threading.Tasks.Task<Microsoft.Azure.Management.Compute.Models.VirtualMachineCaptureResult> BeginCaptureAsync (this Microsoft.Azure.Management.Compute.IVirtualMachinesOperations operations, string resourceGroupName, string vmName, Microsoft.Azure.Management.Compute.Models.VirtualMachineCaptureParameters parameters, System.Threading.CancellationToken cancellationToken = default);
static member BeginCaptureAsync : Microsoft.Azure.Management.Compute.IVirtualMachinesOperations * string * string * Microsoft.Azure.Management.Compute.Models.VirtualMachineCaptureParameters * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Management.Compute.Models.VirtualMachineCaptureResult>
<Extension()>
Public Function BeginCaptureAsync (operations As IVirtualMachinesOperations, resourceGroupName As String, vmName As String, parameters As VirtualMachineCaptureParameters, Optional cancellationToken As CancellationToken = Nothing) As Task(Of 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.

cancellationToken
CancellationToken

The cancellation token.

Returns

Applies to