VirtualMachineCaptureOSImageParameters Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
VirtualMachineCaptureOSImageParameters() |
Initializes a new instance of the VirtualMachineCaptureOSImageParameters class. |
VirtualMachineCaptureOSImageParameters(PostCaptureAction, String, String) |
Initializes a new instance of the VirtualMachineCaptureOSImageParameters class with required arguments. |
VirtualMachineCaptureOSImageParameters()
Initializes a new instance of the VirtualMachineCaptureOSImageParameters class.
public VirtualMachineCaptureOSImageParameters ();
Public Sub New ()
Applies to
VirtualMachineCaptureOSImageParameters(PostCaptureAction, String, String)
Initializes a new instance of the VirtualMachineCaptureOSImageParameters class with required arguments.
public VirtualMachineCaptureOSImageParameters (Microsoft.WindowsAzure.Management.Compute.Models.PostCaptureAction postCaptureAction, string targetImageLabel, string targetImageName);
new Microsoft.WindowsAzure.Management.Compute.Models.VirtualMachineCaptureOSImageParameters : Microsoft.WindowsAzure.Management.Compute.Models.PostCaptureAction * string * string -> Microsoft.WindowsAzure.Management.Compute.Models.VirtualMachineCaptureOSImageParameters
Public Sub New (postCaptureAction As PostCaptureAction, targetImageLabel As String, targetImageName As String)
Parameters
- postCaptureAction
- PostCaptureAction
- targetImageLabel
- String
- targetImageName
- String
Applies to
Azure SDK for .NET