UpdateJobDetails Class
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.
Job details for update.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.DataBox.Models.Api20221201.UpdateJobDetailsTypeConverter))]
public class UpdateJobDetails : Microsoft.Azure.PowerShell.Cmdlets.DataBox.Models.Api20221201.IUpdateJobDetails
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.DataBox.Models.Api20221201.UpdateJobDetailsTypeConverter))>]
type UpdateJobDetails = class
interface IUpdateJobDetails
interface IJsonSerializable
Public Class UpdateJobDetails
Implements IUpdateJobDetails
- Inheritance
-
UpdateJobDetails
- Attributes
- Implements
Constructors
UpdateJobDetails() |
Creates an new UpdateJobDetails instance. |
Properties
ContactDetail |
Contact details for notification and shipping. |
ContactDetailContactName |
Contact name of the person. |
ContactDetailMobile |
Mobile number of the contact person. |
ContactDetailPhone |
Phone number of the contact person. |
ContactDetailPhoneExtension |
Phone extension number of the contact person. |
EncryptionPreferenceDoubleEncryption |
Defines secondary layer of software-based encryption enablement. |
EncryptionPreferenceHardwareEncryption |
Defines Hardware level encryption (Only for disk) |
KeyEncryptionKey |
Key encryption key for the job. |
PreferencePreferredDataCenterRegion |
Preferred data center region. |
PreferenceStorageAccountAccessTierPreference |
Preferences related to the Access Tier of storage accounts. |
ReturnToCustomerPackageDetailCarrierAccountNumber |
Carrier Account Number of customer for customer disk. |
ReturnToCustomerPackageDetailCarrierName |
Name of the carrier. |
ReturnToCustomerPackageDetailTrackingId |
Tracking Id of shipment. |
ReverseShippingDetailIsUpdated |
A flag to indicate whether Reverse Shipping details are updated or not after device has been prepared. Read only field |
ReverseShippingDetailShippingAddress |
Shipping address where customer wishes to receive the device. |
ReverseTransportPreferenceIsUpdated |
Read only property which indicates whether transport preferences has been updated or not after device is prepared. |
ReverseTransportPreferencePreferredShipmentType |
Indicates Shipment Logistics type that the customer preferred. |
ShippingAddress |
Shipping address of the customer. |
TransportPreferenceIsUpdated |
Read only property which indicates whether transport preferences has been updated or not after device is prepared. |
TransportPreferencePreferredShipmentType |
Indicates Shipment Logistics type that the customer preferred. |
Methods
DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of UpdateJobDetails. |
DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of UpdateJobDetails. |
FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.DataBox.Models.Api20221201.IUpdateJobDetails. |
FromJsonString(String) |
Creates a new instance of UpdateJobDetails, deserializing the content from a json string. |
ToJson(JsonObject, SerializationMode) |
Serializes this instance of UpdateJobDetails into a JsonNode. |
ToJsonString() |
Serializes this instance to a json string. |