Compartilhar via


Propriedade VirtualMachineCaptureOSImageParameters.PostCaptureAction

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.

Namespace: Microsoft.WindowsAzure.Management.Compute.Models
Assembly: Microsoft.WindowsAzure.Management.Compute (em Microsoft.WindowsAzure.Management.Compute.dll)

Uso

'Uso
Dim instance As VirtualMachineCaptureOSImageParameters
Dim value As PostCaptureAction

value = instance.PostCaptureAction

instance.PostCaptureAction = value

Sintaxe

'Declaração
Public Property PostCaptureAction As PostCaptureAction
public PostCaptureAction PostCaptureAction { get; set; }
public:
property PostCaptureAction PostCaptureAction {
    PostCaptureAction get ();
    void set (PostCaptureAction value);
}
/** @property */
public PostCaptureAction get_PostCaptureAction ()

/** @property */
public void set_PostCaptureAction (PostCaptureAction value)
public function get PostCaptureAction () : PostCaptureAction

public function set PostCaptureAction (value : PostCaptureAction)

Segurança de thread

Qualquer membro estático público (compartilhado no Visual Basic) desse tipo é thread-safe. Não há garantia de que qualquer membro de instância seja seguro para threads.

Plataformas

Plataformas de desenvolvimento

Windows Vista, Windows 7 e Windows Server 2008

Plataformas de destino

Consulte também

Referência

Classe VirtualMachineCaptureOSImageParameters
Membros VirtualMachineCaptureOSImageParameters
Namespace Microsoft.WindowsAzure.Management.Compute.Models