IVirtualMachineOperations.BeginCapturingVMImageAsync Method (String, String, String, VirtualMachineCaptureVMImageParameters, CancellationToken)

 

Begin capturing role as VM template.

Namespace:   Microsoft.WindowsAzure.Management.Compute
Assembly:  Microsoft.WindowsAzure.Management.Compute (in Microsoft.WindowsAzure.Management.Compute.dll)

Task<AzureOperationResponse> BeginCapturingVMImageAsync(
	string serviceName,
	string deploymentName,
	string virtualMachineName,
	VirtualMachineCaptureVMImageParameters parameters,
	CancellationToken cancellationToken
)

Parameters

serviceName
Type: System.String

The name of your service.

deploymentName
Type: System.String

The name of your deployment.

virtualMachineName
Type: System.String

The name of the virtual machine to restart.

parameters
Type: Microsoft.WindowsAzure.Management.Compute.Models.VirtualMachineCaptureVMImageParameters

Parameters supplied to the Capture Virtual Machine operation.

cancellationToken
Type: System.Threading.CancellationToken

Cancellation token.

Return Value

Type: System.Threading.Tasks.Task<AzureOperationResponse>

A standard service response including an HTTP status code and request ID.

Return to top
Show: