PostCaptureAction Enumeration
Specifies the action that is performed after the capture operation finishes.
Namespace: Microsoft.WindowsAzure.Management.Compute.Models
Assembly: Microsoft.WindowsAzure.Management.Compute (in Microsoft.WindowsAzure.Management.Compute.dll)
Syntax
public enum PostCaptureAction
public enum class PostCaptureAction
type PostCaptureAction
Public Enumeration PostCaptureAction
Members
Member name | Description | |
---|---|---|
Delete | Specifies that the Virtual Machine should be deleted after the image has been captured. |
|
Reprovision | Specifies that the Virtual Machine should be redeployed after the image is captured. |
See Also
Microsoft.WindowsAzure.Management.Compute.Models Namespace
Return to top