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

  • deploymentName
    Type: System.String

    The name of your deployment.

  • virtualMachineName
    Type: System.String

    The name of the virtual machine to restart.

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