UpdateJobParametersProperties 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.
Specifies the properties of a UpdateJob.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ImportExport.Models.Api202101.UpdateJobParametersPropertiesTypeConverter))]
public class UpdateJobParametersProperties : Microsoft.Azure.PowerShell.Cmdlets.ImportExport.Models.Api202101.IUpdateJobParametersProperties
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ImportExport.Models.Api202101.UpdateJobParametersPropertiesTypeConverter))>]
type UpdateJobParametersProperties = class
interface IUpdateJobParametersProperties
interface IJsonSerializable
Public Class UpdateJobParametersProperties
Implements IUpdateJobParametersProperties
- Inheritance
-
UpdateJobParametersProperties
- Attributes
- Implements
Constructors
UpdateJobParametersProperties() |
Creates an new UpdateJobParametersProperties instance. |
Properties
BackupDriveManifest |
Indicates whether the manifest files on the drives should be copied to block blobs. |
CancelRequested |
If specified, the value must be true. The service will attempt to cancel the job. |
DeliveryPackageCarrierName |
The name of the carrier that is used to ship the import or export drives. |
DeliveryPackageDriveCount |
The number of drives included in the package. |
DeliveryPackageShipDate |
The date when the package is shipped. |
DeliveryPackageTrackingNumber |
The tracking number of the package. |
DriveList |
List of drives that comprise the job. |
LogLevel |
Indicates whether error logging or verbose logging is enabled. |
ReturnAddressCity |
The city name to use when returning the drives. |
ReturnAddressCountryOrRegion |
The country or region to use when returning the drives. |
ReturnAddressEmail |
Email address of the recipient of the returned drives. |
ReturnAddressPhone |
Phone number of the recipient of the returned drives. |
ReturnAddressPostalCode |
The postal code to use when returning the drives. |
ReturnAddressRecipientName |
The name of the recipient who will receive the hard drives when they are returned. |
ReturnAddressStateOrProvince |
The state or province to use when returning the drives. |
ReturnAddressStreetAddress1 |
The first line of the street address to use when returning the drives. |
ReturnAddressStreetAddress2 |
The second line of the street address to use when returning the drives. |
ReturnShippingCarrierAccountNumber |
The customer's account number with the carrier. |
ReturnShippingCarrierName |
The carrier's name. |
State |
If specified, the value must be Shipping, which tells the Import/Export service that the package for the job has been shipped. The ReturnAddress and DeliveryPackage properties must have been set either in this request or in a previous request, otherwise the request will fail. |
Methods
DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of UpdateJobParametersProperties. |
DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of UpdateJobParametersProperties. |
FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.ImportExport.Models.Api202101.IUpdateJobParametersProperties. |
FromJsonString(String) |
Creates a new instance of UpdateJobParametersProperties, deserializing the content from a json string. |
ToJson(JsonObject, SerializationMode) |
Serializes this instance of UpdateJobParametersProperties into a JsonNode. |
ToJsonString() |
Serializes this instance to a json string. |