ModuleProvisioningState Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets or sets the provisioning state of the module.
public enum ModuleProvisioningState
type ModuleProvisioningState =
Public Enum ModuleProvisioningState
- Inheritance
-
ModuleProvisioningState
Fields
Name | Value | Description |
---|---|---|
Created | 0 | Created. |
Creating | 1 | Creating. |
StartingImportModuleRunbook | 2 | StartingImportModuleRunbook. |
RunningImportModuleRunbook | 3 | RunningImportModuleRunbook. |
ContentRetrieved | 4 | ContentRetrieved. |
ContentDownloaded | 5 | ContentDownloaded. |
ContentValidated | 6 | ContentValidated. |
ConnectionTypeImported | 7 | ConnectionTypeImported. |
ContentStored | 8 | ContentStored. |
ModuleDataStored | 9 | ModuleDataStored. |
ActivitiesStored | 10 | ActivitiesStored. |
ModuleImportRunbookComplete | 11 | ModuleImportRunbookComplete. |
Succeeded | 12 | Succeeded. |
Failed | 13 | Failed. |
Cancelled | 14 | Cancelled. |
Updating | 15 | Updating. |