你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
ModuleProvisioningState 枚举
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取或设置模块的预配状态。
public enum ModuleProvisioningState
type ModuleProvisioningState =
Public Enum ModuleProvisioningState
- 继承
-
ModuleProvisioningState
字段
ActivitiesStored | 10 | ActivitiesStored。 |
Cancelled | 14 | 取消。 |
ConnectionTypeImported | 7 | ConnectionTypeImported。 |
ContentDownloaded | 5 | ContentDownloaded。 |
ContentRetrieved | 4 | ContentRetrieved。 |
ContentStored | 8 | ContentStored。 |
ContentValidated | 6 | ContentValidated。 |
Created | 0 | Created. |
Creating | 1 | 创建。 |
Failed | 13 | 已失败。 |
ModuleDataStored | 9 | ModuleDataStored。 |
ModuleImportRunbookComplete | 11 | ModuleImportRunbookComplete。 |
RunningImportModuleRunbook | 3 | RunningImportModuleRunbook。 |
StartingImportModuleRunbook | 2 | StartingImportModuleRunbook。 |
Succeeded | 12 | Succeeded。 |
Updating | 15 | 更新。 |