Freigeben über


ExpansionJobData.State Property

Definition

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)

Property Value

Applies to