VirtualMachineCaptureOSImageParameters Constructor (PostCaptureAction, String, String)

 

Initializes a new instance of the VirtualMachineCaptureOSImageParameters class with required arguments.

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

Syntax

public VirtualMachineCaptureOSImageParameters(
    PostCaptureAction postCaptureAction,
    string targetImageLabel,
    string targetImageName
)
public:
VirtualMachineCaptureOSImageParameters(
    PostCaptureAction postCaptureAction,
    String^ targetImageLabel,
    String^ targetImageName
)
new : 
        postCaptureAction:PostCaptureAction *
        targetImageLabel:string *
        targetImageName:string -> VirtualMachineCaptureOSImageParameters
Public Sub New (
    postCaptureAction As PostCaptureAction,
    targetImageLabel As String,
    targetImageName As String
)

See Also

VirtualMachineCaptureOSImageParameters Overload
VirtualMachineCaptureOSImageParameters Class
Microsoft.WindowsAzure.Management.Compute.Models Namespace

Return to top