JobDetails コンストラクター
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
オーバーロード
JobDetails()
JobDetails クラスの新しいインスタンスを初期化します。
public JobDetails ();
Public Sub New ()
適用対象
JobDetails(ContactDetails, IList<JobStages>, ShippingAddress, PackageShippingDetails, PackageShippingDetails, IList<DataImportDetails>, IList<DataExportDetails>, Preferences, IList<CopyLogDetails>, String, String, KeyEncryptionKey, Nullable<Int32>, IList<Nullable<CustomerResolutionCode>>, LastMitigationActionOnJob, DatacenterAddressResponse, String)
JobDetails クラスの新しいインスタンスを初期化します。
public JobDetails (Microsoft.Azure.Management.DataBox.Models.ContactDetails contactDetails, System.Collections.Generic.IList<Microsoft.Azure.Management.DataBox.Models.JobStages> jobStages = default, Microsoft.Azure.Management.DataBox.Models.ShippingAddress shippingAddress = default, Microsoft.Azure.Management.DataBox.Models.PackageShippingDetails deliveryPackage = default, Microsoft.Azure.Management.DataBox.Models.PackageShippingDetails returnPackage = default, System.Collections.Generic.IList<Microsoft.Azure.Management.DataBox.Models.DataImportDetails> dataImportDetails = default, System.Collections.Generic.IList<Microsoft.Azure.Management.DataBox.Models.DataExportDetails> dataExportDetails = default, Microsoft.Azure.Management.DataBox.Models.Preferences preferences = default, System.Collections.Generic.IList<Microsoft.Azure.Management.DataBox.Models.CopyLogDetails> copyLogDetails = default, string reverseShipmentLabelSasKey = default, string chainOfCustodySasKey = default, Microsoft.Azure.Management.DataBox.Models.KeyEncryptionKey keyEncryptionKey = default, int? expectedDataSizeInTeraBytes = default, System.Collections.Generic.IList<Microsoft.Azure.Management.DataBox.Models.CustomerResolutionCode?> actions = default, Microsoft.Azure.Management.DataBox.Models.LastMitigationActionOnJob lastMitigationActionOnJob = default, Microsoft.Azure.Management.DataBox.Models.DatacenterAddressResponse datacenterAddress = default, string dataCenterCode = default);
new Microsoft.Azure.Management.DataBox.Models.JobDetails : Microsoft.Azure.Management.DataBox.Models.ContactDetails * System.Collections.Generic.IList<Microsoft.Azure.Management.DataBox.Models.JobStages> * Microsoft.Azure.Management.DataBox.Models.ShippingAddress * Microsoft.Azure.Management.DataBox.Models.PackageShippingDetails * Microsoft.Azure.Management.DataBox.Models.PackageShippingDetails * System.Collections.Generic.IList<Microsoft.Azure.Management.DataBox.Models.DataImportDetails> * System.Collections.Generic.IList<Microsoft.Azure.Management.DataBox.Models.DataExportDetails> * Microsoft.Azure.Management.DataBox.Models.Preferences * System.Collections.Generic.IList<Microsoft.Azure.Management.DataBox.Models.CopyLogDetails> * string * string * Microsoft.Azure.Management.DataBox.Models.KeyEncryptionKey * Nullable<int> * System.Collections.Generic.IList<Nullable<Microsoft.Azure.Management.DataBox.Models.CustomerResolutionCode>> * Microsoft.Azure.Management.DataBox.Models.LastMitigationActionOnJob * Microsoft.Azure.Management.DataBox.Models.DatacenterAddressResponse * string -> Microsoft.Azure.Management.DataBox.Models.JobDetails
Public Sub New (contactDetails As ContactDetails, Optional jobStages As IList(Of JobStages) = Nothing, Optional shippingAddress As ShippingAddress = Nothing, Optional deliveryPackage As PackageShippingDetails = Nothing, Optional returnPackage As PackageShippingDetails = Nothing, Optional dataImportDetails As IList(Of DataImportDetails) = Nothing, Optional dataExportDetails As IList(Of DataExportDetails) = Nothing, Optional preferences As Preferences = Nothing, Optional copyLogDetails As IList(Of CopyLogDetails) = Nothing, Optional reverseShipmentLabelSasKey As String = Nothing, Optional chainOfCustodySasKey As String = Nothing, Optional keyEncryptionKey As KeyEncryptionKey = Nothing, Optional expectedDataSizeInTeraBytes As Nullable(Of Integer) = Nothing, Optional actions As IList(Of Nullable(Of CustomerResolutionCode)) = Nothing, Optional lastMitigationActionOnJob As LastMitigationActionOnJob = Nothing, Optional datacenterAddress As DatacenterAddressResponse = Nothing, Optional dataCenterCode As String = Nothing)
パラメーター
- contactDetails
- ContactDetails
通知と発送の連絡先の詳細。
- shippingAddress
- ShippingAddress
顧客の配送先住所。
- deliveryPackage
- PackageShippingDetails
配送パッケージの発送の詳細。
- returnPackage
- PackageShippingDetails
パッケージの発送の詳細を返します。
- dataImportDetails
- IList<DataImportDetails>
Azure にインポートするデータの詳細。
- dataExportDetails
- IList<DataExportDetails>
Azure からエクスポートするデータの詳細。
- preferences
- Preferences
注文の基本設定。
- copyLogDetails
- IList<CopyLogDetails>
コピー ログの詳細の一覧。
- reverseShipmentLabelSasKey
- String
返送ラベルをダウンロードするための共有アクセス キー
- chainOfCustodySasKey
- String
保管ログのチェーンをダウンロードするための共有アクセス キー
- keyEncryptionKey
- KeyEncryptionKey
使用されているキー暗号化の種類の詳細。
- actions
- IList<Nullable<CustomerResolutionCode>>
ジョブで使用可能なアクション。
- lastMitigationActionOnJob
- LastMitigationActionOnJob
ジョブで最後に実行された軽減アクション。
- datacenterAddress
- DatacenterAddressResponse
特定の SKU とストレージの場所について、発送先のデータセンター アドレス。
- dataCenterCode
- String
DataCenter コード。 使用できる値は、'Invalid'、'BY2'、'BY1'、'ORK70'、'AM2'、'AMS20'、'BY21'、'BY24'、'MWH01'、 'AMS06'、'SSE90'、'SYD03'、'SYD23'、'CBR20'、'YTO20'、'CWL20'、'LON24'、'BOM01'、'BL20'、'BL7'、'SEL20'、'TYO01'、'BN1'、'SN5'、'CYS04'、 'TYO22'、'YTO21'、'YQB20'、'FRA22'、'MAA01'、'CPQ02'、'CPQ20'、'SIN20'、'HKG20'、'SG2'、'MEL23'、'SEL21'、'SEL21'OSA20'、'SHA03'、'BJB'、'JNB22'、'JNB21'、'MNZ21'、'SN8'、'AUH20'、'ZRH20'、'PUS20'、'AdHoc'、'CH1'、'DSM05'
適用対象
Azure SDK for .NET