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.
Assembly: Microsoft.WindowsAzure.Management.Compute (in Microsoft.WindowsAzure.Management.Compute.dll)
public: property ConfigurationSet^ ProvisioningConfiguration { ConfigurationSet^ get(); void set(ConfigurationSet^ value); }
Property Value
Type: Microsoft.WindowsAzure.Management.Compute.Models::ConfigurationSet^
Show: