ModuleProvisioningState Enumeration
Provisioning state of the module operation.
Namespace: Microsoft.WindowsAzure.Management.Automation.Models
Assembly: Microsoft.WindowsAzure.Management.Automation (in Microsoft.WindowsAzure.Management.Automation.dll)
Syntax
public enum ModuleProvisioningState
public enum class ModuleProvisioningState
type ModuleProvisioningState
Public Enumeration ModuleProvisioningState
Members
Member name | Description | |
---|---|---|
ActivitiesStored | ||
Cancelled | ||
ConnectionTypeImported | ||
ContentDownloaded | ||
ContentRetrieved | ||
ContentStored | ||
ContentValidated | ||
Created | ||
Creating | ||
Failed | ||
ModuleDataStored | ||
ModuleImportRunbookComplete | ||
RunningImportModuleRunbook | ||
StartingImportModuleRunbook | ||
Succeeded |
See Also
Microsoft.WindowsAzure.Management.Automation.Models Namespace
Return to top