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)
Usage
'Usage
Dim postCaptureAction As PostCaptureAction
Dim targetImageLabel As String
Dim targetImageName As String
Dim instance As New VirtualMachineCaptureOSImageParameters(postCaptureAction, targetImageLabel, targetImageName)
Syntax
'Declaration
Public Sub New ( _
postCaptureAction As PostCaptureAction, _
targetImageLabel As String, _
targetImageName As String _
)
public VirtualMachineCaptureOSImageParameters (
PostCaptureAction postCaptureAction,
string targetImageLabel,
string targetImageName
)
public:
VirtualMachineCaptureOSImageParameters (
PostCaptureAction postCaptureAction,
String^ targetImageLabel,
String^ targetImageName
)
public VirtualMachineCaptureOSImageParameters (
PostCaptureAction postCaptureAction,
String targetImageLabel,
String targetImageName
)
public function VirtualMachineCaptureOSImageParameters (
postCaptureAction : PostCaptureAction,
targetImageLabel : String,
targetImageName : String
)
Remarks
Platforms
Development Platforms
Windows Vista, Windows 7, Windows Server 2008, Windows 8.1, Windows Server 2012 R2, Windows 8 and Windows Server 2012
Target Platforms
See Also
Reference
VirtualMachineCaptureOSImageParameters Class
VirtualMachineCaptureOSImageParameters Members
Microsoft.WindowsAzure.Management.Compute.Models Namespace