你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

StorageCacheImportJobData.State Property

Definition

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