ExpansionJobData.State Property
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.
The operational state of the expansion job. InProgress indicates the expansion is still running. Completed indicates expansion finished successfully. Failed means the expansion was unable to complete due to a fatal error. Deleting indicates the expansion is being rolled back.
public Azure.ResourceManager.StorageCache.Models.ExpansionJobStatusType? State { get; }
member this.State : Nullable<Azure.ResourceManager.StorageCache.Models.ExpansionJobStatusType>
Public ReadOnly Property State As Nullable(Of ExpansionJobStatusType)