StorageCacheImportJobData.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 state of the import job. InProgress indicates the import is still running. Canceled indicates it has been canceled by the user. Completed indicates import finished, successfully importing all discovered blobs into the Lustre namespace. CompletedPartial indicates the import finished but some blobs either were found to be conflicting and could not be imported or other errors were encountered. Failed means the import was unable to complete due to a fatal error.
public Azure.ResourceManager.StorageCache.Models.ImportStatusType? State { get; }
member this.State : Nullable<Azure.ResourceManager.StorageCache.Models.ImportStatusType>
Public ReadOnly Property State As Nullable(Of ImportStatusType)
Property Value
Applies to
Azure SDK for .NET