VirtualMachineCaptureOSImageParameters::ProvisioningConfiguration Property

 

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.

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

public:
property ConfigurationSet^ ProvisioningConfiguration {
	ConfigurationSet^ get();
	void set(ConfigurationSet^ value);
}
Return to top
Show: