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)
Syntax
Task<AzureOperationResponse> BeginCapturingVMImageAsync(
string serviceName,
string deploymentName,
string virtualMachineName,
VirtualMachineCaptureVMImageParameters parameters,
CancellationToken cancellationToken
)
Task<AzureOperationResponse^>^ BeginCapturingVMImageAsync(
String^ serviceName,
String^ deploymentName,
String^ virtualMachineName,
VirtualMachineCaptureVMImageParameters^ parameters,
CancellationToken cancellationToken
)
abstract BeginCapturingVMImageAsync :
serviceName:string *
deploymentName:string *
virtualMachineName:string *
parameters:VirtualMachineCaptureVMImageParameters *
cancellationToken:CancellationToken -> Task<AzureOperationResponse>
Function BeginCapturingVMImageAsync (
serviceName As String,
deploymentName As String,
virtualMachineName As String,
parameters As VirtualMachineCaptureVMImageParameters,
cancellationToken As CancellationToken
) As Task(Of AzureOperationResponse)
Parameters
serviceName
Type: System.StringThe name of your service.
deploymentName
Type: System.StringThe name of your deployment.
virtualMachineName
Type: System.StringThe name of the virtual machine to restart.
parameters
Type: Microsoft.WindowsAzure.Management.Compute.Models.VirtualMachineCaptureVMImageParametersParameters supplied to the Capture Virtual Machine operation.
cancellationToken
Type: System.Threading.CancellationTokenCancellation token.
Return Value
Type: System.Threading.Tasks.Task<AzureOperationResponse>
A standard service response including an HTTP status code and request ID.
See Also
IVirtualMachineOperations Interface
Microsoft.WindowsAzure.Management.Compute Namespace
Return to top