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)
Syntax
public ModuleProvisioningState ProvisioningState { get; set; }
public:
property ModuleProvisioningState ProvisioningState {
ModuleProvisioningState get();
void set(ModuleProvisioningState value);
}
member ProvisioningState : ModuleProvisioningState with get, set
Public Property ProvisioningState As ModuleProvisioningState
Property Value
Type: Microsoft.WindowsAzure.Management.Automation.Models.ModuleProvisioningState
See Also
ModuleProperties Class
Microsoft.WindowsAzure.Management.Automation.Models Namespace
Return to top