IJobProperties Interface
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.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.DataBox.Models.Api20221201.JobPropertiesTypeConverter))]
public interface IJobProperties : Microsoft.Azure.PowerShell.Cmdlets.DataBox.Runtime.IJsonSerializable
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.DataBox.Models.Api20221201.JobPropertiesTypeConverter))>]
type IJobProperties = interface
interface IJsonSerializable
Public Interface IJobProperties
Implements IJsonSerializable
- Derived
- Attributes
- Implements
Properties
AdditionalInfo |
Gets or sets additional error info. |
CancellationReason |
Reason for cancellation. |
Code |
Error code. |
DeliveryInfoScheduledDateTime |
Scheduled date time. |
DeliveryType |
Delivery type of Job. |
Detail |
Details of a job run. This field will only be sent for expand details filter. |
ErrorDetail |
Gets or sets details for the error. |
IsCancellable |
Describes whether the job is cancellable or not. |
IsCancellableWithoutFee |
Flag to indicate cancellation of scheduled job. |
IsDeletable |
Describes whether the job is deletable or not. |
IsPrepareToShipEnabled |
Is Prepare To Ship Enabled on this job |
IsShippingAddressEditable |
Describes whether the shipping address is editable or not. |
Message |
The error message parsed from the body of the http error response. |
ReverseShippingDetailsUpdate |
The Editable status for Reverse Shipping Address and Contact Info |
ReverseTransportPreferenceUpdate |
The Editable status for Reverse Transport preferences |
StartTime |
Time at which the job was started in UTC ISO 8601 format. |
Status |
Name of the stage which is in progress. |
Target |
Gets or sets the target of the error. |
TransferType |
Type of the data transfer. |
Methods
ToJson(JsonObject, SerializationMode) | (Inherited from IJsonSerializable) |