ModuleProvisioningState 列舉
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
定義 ModuleProvisioningState 的值。
public enum ModuleProvisioningState
[Newtonsoft.Json.JsonConverter(typeof(Newtonsoft.Json.Converters.StringEnumConverter))]
public enum ModuleProvisioningState
type ModuleProvisioningState =
[<Newtonsoft.Json.JsonConverter(typeof(Newtonsoft.Json.Converters.StringEnumConverter))>]
type ModuleProvisioningState =
Public Enum ModuleProvisioningState
- 繼承
-
ModuleProvisioningState
- 屬性
-
Newtonsoft.Json.JsonConverterAttribute
欄位
ActivitiesStored | 10 | |
Cancelled | 14 | |
ConnectionTypeImported | 7 | |
ContentDownloaded | 5 | |
ContentRetrieved | 4 | |
ContentStored | 8 | |
ContentValidated | 6 | |
Created | 0 | |
Creating | 1 | |
Failed | 13 | |
ModuleDataStored | 9 | |
ModuleImportRunbookComplete | 11 | |
RunningImportModuleRunbook | 3 | |
StartingImportModuleRunbook | 2 | |
Succeeded | 12 | |
Updating | 15 |