PostCaptureAction Enum
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.
Specifies the action that is performed after the capture operation finishes.
public enum PostCaptureAction
type PostCaptureAction =
Public Enum PostCaptureAction
- Inheritance
-
PostCaptureAction
Fields
Name | Value | Description |
---|---|---|
Delete | 0 | Causes the virtual machine to be deleted after the image has been captured |
Reprovision | 1 | Causes the virtual machine to be redeployed after the image is captured by using the specified information in ProvisioningConfiguration. |
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for .NET