VirtualMachineCaptureOSImageParameters.PostCaptureAction Property
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.
Required. Specifies the action that is performed after the capture operation finishes. Possible values are: Delete - this value causes the virtual machine to be deleted after the image has been captured; or Reprovision - this value causes the virtual machine to be redeployed after the image is captured by using the specified information in ProvisioningConfiguration.
public Microsoft.WindowsAzure.Management.Compute.Models.PostCaptureAction PostCaptureAction { get; set; }
member this.PostCaptureAction : Microsoft.WindowsAzure.Management.Compute.Models.PostCaptureAction with get, set
Public Property PostCaptureAction As PostCaptureAction