UpdateJobDetails Constructors
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.
Overloads
UpdateJobDetails() |
Initializes a new instance of the UpdateJobDetails class. |
UpdateJobDetails(ContactDetails, ShippingAddress, KeyEncryptionKey, PackageCarrierDetails) |
Initializes a new instance of the UpdateJobDetails class. |
UpdateJobDetails()
Initializes a new instance of the UpdateJobDetails class.
public UpdateJobDetails ();
Public Sub New ()
Applies to
UpdateJobDetails(ContactDetails, ShippingAddress, KeyEncryptionKey, PackageCarrierDetails)
Initializes a new instance of the UpdateJobDetails class.
public UpdateJobDetails (Microsoft.Azure.Management.DataBox.Models.ContactDetails contactDetails = default, Microsoft.Azure.Management.DataBox.Models.ShippingAddress shippingAddress = default, Microsoft.Azure.Management.DataBox.Models.KeyEncryptionKey keyEncryptionKey = default, Microsoft.Azure.Management.DataBox.Models.PackageCarrierDetails returnToCustomerPackageDetails = default);
new Microsoft.Azure.Management.DataBox.Models.UpdateJobDetails : Microsoft.Azure.Management.DataBox.Models.ContactDetails * Microsoft.Azure.Management.DataBox.Models.ShippingAddress * Microsoft.Azure.Management.DataBox.Models.KeyEncryptionKey * Microsoft.Azure.Management.DataBox.Models.PackageCarrierDetails -> Microsoft.Azure.Management.DataBox.Models.UpdateJobDetails
Public Sub New (Optional contactDetails As ContactDetails = Nothing, Optional shippingAddress As ShippingAddress = Nothing, Optional keyEncryptionKey As KeyEncryptionKey = Nothing, Optional returnToCustomerPackageDetails As PackageCarrierDetails = Nothing)
Parameters
- contactDetails
- ContactDetails
Contact details for notification and shipping.
- shippingAddress
- ShippingAddress
Shipping address of the customer.
- keyEncryptionKey
- KeyEncryptionKey
Key encryption key for the job.
- returnToCustomerPackageDetails
- PackageCarrierDetails
Return package details of job.
Applies to
Azure SDK for .NET