共用方式為


PostCaptureAction Enum

Definition

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