VirtualMachineCaptureOSImageParameters Members
Parameters supplied to the Capture Virtual Machine operation.
The following tables list the members exposed by the VirtualMachineCaptureOSImageParameters type.
Public Constructors
Name | Description | |
---|---|---|
VirtualMachineCaptureOSImageParameters | Overloaded. |
Top
Public Properties
Name | Description | |
---|---|---|
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. | |
ProvisioningConfiguration | Optional. Provides information to be used to redeploy the virtual machine after the image has been captured. This element is only used when the PostCaptureAction is set to Reprovision. | |
TargetImageLabel | Required. Specifies the friendly name of the captured image. This is the value that appears in the Name column for the image in the Azure Management Portal. | |
TargetImageName | Required. Specifies the image name of the captured image. |
Top
Public Methods
(see also Protected Methods)
Name | Description | |
---|---|---|
Equals | (Inherited from Object) | |
GetHashCode | (Inherited from Object) | |
GetType | (Inherited from Object) | |
ToString | (Inherited from Object) |
Top
Protected Methods
Name | Description | |
---|---|---|
Finalize | (Inherited from Object) | |
MemberwiseClone | (Inherited from Object) |
Top
See Also
Reference
VirtualMachineCaptureOSImageParameters Class
Microsoft.WindowsAzure.Management.Compute.Models Namespace