Delen via


UpdateJobParameters Class

Definition

Update Job parameters

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ImportExport.Models.Api202101.UpdateJobParametersTypeConverter))]
public class UpdateJobParameters : Microsoft.Azure.PowerShell.Cmdlets.ImportExport.Models.Api202101.IUpdateJobParameters
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ImportExport.Models.Api202101.UpdateJobParametersTypeConverter))>]
type UpdateJobParameters = class
    interface IUpdateJobParameters
    interface IJsonSerializable
Public Class UpdateJobParameters
Implements IUpdateJobParameters
Inheritance
UpdateJobParameters
Attributes
Implements

Constructors

UpdateJobParameters()

Creates an new UpdateJobParameters 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.

Tag

Specifies the tags that will be assigned to the job.

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of UpdateJobParameters.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of UpdateJobParameters.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.ImportExport.Models.Api202101.IUpdateJobParameters.

FromJsonString(String)

Creates a new instance of UpdateJobParameters, deserializing the content from a json string.

ToJson(JsonObject, SerializationMode)

Serializes this instance of UpdateJobParameters into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

Applies to