ArmDataBoxModelFactory.UpdateJobDetails Method

Definition

public static Azure.ResourceManager.DataBox.Models.UpdateJobDetails UpdateJobDetails(Azure.ResourceManager.DataBox.Models.DataBoxContactDetails contactDetails = default, Azure.ResourceManager.DataBox.Models.DataBoxShippingAddress shippingAddress = default, Azure.ResourceManager.DataBox.Models.ReverseShippingDetails reverseShippingDetails = default, Azure.ResourceManager.DataBox.Models.DataBoxOrderPreferences preferences = default, Azure.ResourceManager.DataBox.Models.DataBoxKeyEncryptionKey keyEncryptionKey = default, Azure.ResourceManager.DataBox.Models.PackageCarrierDetails returnToCustomerPackageDetails = default);
static member UpdateJobDetails : Azure.ResourceManager.DataBox.Models.DataBoxContactDetails * Azure.ResourceManager.DataBox.Models.DataBoxShippingAddress * Azure.ResourceManager.DataBox.Models.ReverseShippingDetails * Azure.ResourceManager.DataBox.Models.DataBoxOrderPreferences * Azure.ResourceManager.DataBox.Models.DataBoxKeyEncryptionKey * Azure.ResourceManager.DataBox.Models.PackageCarrierDetails -> Azure.ResourceManager.DataBox.Models.UpdateJobDetails
Public Shared Function UpdateJobDetails (Optional contactDetails As DataBoxContactDetails = Nothing, Optional shippingAddress As DataBoxShippingAddress = Nothing, Optional reverseShippingDetails As ReverseShippingDetails = Nothing, Optional preferences As DataBoxOrderPreferences = Nothing, Optional keyEncryptionKey As DataBoxKeyEncryptionKey = Nothing, Optional returnToCustomerPackageDetails As PackageCarrierDetails = Nothing) As UpdateJobDetails

Parameters

contactDetails
DataBoxContactDetails

Contact details for notification and shipping.

shippingAddress
DataBoxShippingAddress

Shipping address of the customer.

reverseShippingDetails
ReverseShippingDetails

Reverse Shipping Address and contact details for a job.

preferences
DataBoxOrderPreferences

Preferences related to the order.

keyEncryptionKey
DataBoxKeyEncryptionKey

Key encryption key for the job.

returnToCustomerPackageDetails
PackageCarrierDetails

Return package details of job.

Returns

A new UpdateJobDetails instance for mocking.

Applies to