ModuleProperties::ProvisioningState Property

 

Optional. Gets or sets the provisioning state of the module.

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

public:
property ModuleProvisioningState ProvisioningState {
	ModuleProvisioningState get();
	void set(ModuleProvisioningState value);
}
Return to top
Show: