次の方法で共有


DataBoxCustomerDiskCopyProgress.CopyStatus プロパティ

定義

コピーの状態を取得します。 指定できる値は、'NotStarted'、'InProgress'、'Completed'、、 'CompletedWithErrors'、'Failed'、'NotReturned'、'HardwareError'、'DeviceFormatted'、'DeviceMetadataModified'、'StorageAccountNotAccessible'、'UnsupportedData'、'DriveNotReceived'、'UnsupportedDrive'、'OtherServiceError'、'OtherUserError'、'DriveNotDetected'、'DriveCorrupted'、'MetadataFilesModifiedOrRemoved'

[Newtonsoft.Json.JsonProperty(PropertyName="copyStatus")]
public string CopyStatus { get; }
[<Newtonsoft.Json.JsonProperty(PropertyName="copyStatus")>]
member this.CopyStatus : string
Public ReadOnly Property CopyStatus As String

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象