Share via


Module.ProvisioningState Property

Definition

Gets or sets the provisioning state of the module. Possible values include: 'Created', 'Creating', 'StartingImportModuleRunbook', 'RunningImportModuleRunbook', 'ContentRetrieved', 'ContentDownloaded', 'ContentValidated', 'ConnectionTypeImported', 'ContentStored', 'ModuleDataStored', 'ActivitiesStored', 'ModuleImportRunbookComplete', 'Succeeded', 'Failed', 'Cancelled', 'Updating'

[Newtonsoft.Json.JsonProperty(PropertyName="properties.provisioningState")]
public Microsoft.Azure.Management.Automation.Models.ModuleProvisioningState? ProvisioningState { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="properties.provisioningState")>]
member this.ProvisioningState : Nullable<Microsoft.Azure.Management.Automation.Models.ModuleProvisioningState> with get, set
Public Property ProvisioningState As Nullable(Of ModuleProvisioningState)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to