ModuleProvisioningState Enumerazione
Definizione
Importante
Alcune informazioni sono relative alla release non definitiva del prodotto, che potrebbe subire modifiche significative prima della release definitiva. Microsoft non riconosce alcuna garanzia, espressa o implicita, in merito alle informazioni qui fornite.
Definisce i valori per 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
- Ereditarietà
-
ModuleProvisioningState
- Attributi
-
Newtonsoft.Json.JsonConverterAttribute
Campi
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 |
Si applica a
Collabora con noi su GitHub
L'origine di questo contenuto è disponibile in GitHub, in cui è anche possibile creare ed esaminare i problemi e le richieste pull. Per ulteriori informazioni, vedere la guida per i collaboratori.