Compartilhar via


DataBoxDiskJobDetails Construtores

Definição

Sobrecargas

DataBoxDiskJobDetails()

Inicializa uma nova instância da classe DataBoxDiskJobDetails.

DataBoxDiskJobDetails(ContactDetails, IList<JobStages>, ShippingAddress, PackageShippingDetails, PackageShippingDetails, IList<DataImportDetails>, IList<DataExportDetails>, Preferences, IList<CopyLogDetails>, String, String, KeyEncryptionKey, Nullable<Int32>, IList<Nullable<CustomerResolutionCode>>, LastMitigationActionOnJob, DatacenterAddressResponse, String, IDictionary<String,Nullable<Int32>>, IList<DataBoxDiskCopyProgress>, IDictionary<String,Nullable<Int32>>, String)

Inicializa uma nova instância da classe DataBoxDiskJobDetails.

DataBoxDiskJobDetails()

Inicializa uma nova instância da classe DataBoxDiskJobDetails.

public DataBoxDiskJobDetails ();
Public Sub New ()

Aplica-se a

DataBoxDiskJobDetails(ContactDetails, IList<JobStages>, ShippingAddress, PackageShippingDetails, PackageShippingDetails, IList<DataImportDetails>, IList<DataExportDetails>, Preferences, IList<CopyLogDetails>, String, String, KeyEncryptionKey, Nullable<Int32>, IList<Nullable<CustomerResolutionCode>>, LastMitigationActionOnJob, DatacenterAddressResponse, String, IDictionary<String,Nullable<Int32>>, IList<DataBoxDiskCopyProgress>, IDictionary<String,Nullable<Int32>>, String)

Inicializa uma nova instância da classe DataBoxDiskJobDetails.

public DataBoxDiskJobDetails (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, System.Collections.Generic.IDictionary<string,int?> preferredDisks = default, System.Collections.Generic.IList<Microsoft.Azure.Management.DataBox.Models.DataBoxDiskCopyProgress> copyProgress = default, System.Collections.Generic.IDictionary<string,int?> disksAndSizeDetails = default, string passkey = default);
new Microsoft.Azure.Management.DataBox.Models.DataBoxDiskJobDetails : 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 * System.Collections.Generic.IDictionary<string, Nullable<int>> * System.Collections.Generic.IList<Microsoft.Azure.Management.DataBox.Models.DataBoxDiskCopyProgress> * System.Collections.Generic.IDictionary<string, Nullable<int>> * string -> Microsoft.Azure.Management.DataBox.Models.DataBoxDiskJobDetails
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, Optional preferredDisks As IDictionary(Of String, Nullable(Of Integer)) = Nothing, Optional copyProgress As IList(Of DataBoxDiskCopyProgress) = Nothing, Optional disksAndSizeDetails As IDictionary(Of String, Nullable(Of Integer)) = Nothing, Optional passkey As String = Nothing)

Parâmetros

contactDetails
ContactDetails

Detalhes de contato para notificação e envio.

jobStages
IList<JobStages>

Lista de estágios executados no trabalho.

shippingAddress
ShippingAddress

Endereço de envio do cliente.

deliveryPackage
PackageShippingDetails

Detalhes de envio do pacote de entrega.

returnPackage
PackageShippingDetails

Retornar detalhes de envio de pacotes.

dataImportDetails
IList<DataImportDetails>

Detalhes dos dados a serem importados para o azure.

dataExportDetails
IList<DataExportDetails>

Detalhes dos dados a serem exportados do azure.

preferences
Preferences

Preferências para o pedido.

copyLogDetails
IList<CopyLogDetails>

Lista de detalhes do log de cópia.

reverseShipmentLabelSasKey
String

Chave de acesso compartilhado para baixar o rótulo de remessa de retorno

chainOfCustodySasKey
String

Chave de acesso compartilhado para baixar a cadeia de logs de custódia

keyEncryptionKey
KeyEncryptionKey

Detalhes sobre qual tipo de criptografia de chave está sendo usado.

expectedDataSizeInTeraBytes
Nullable<Int32>

O tamanho esperado dos dados, que precisam ser transferidos neste trabalho, em terabytes.

actions
IList<Nullable<CustomerResolutionCode>>

Ações disponíveis no trabalho.

lastMitigationActionOnJob
LastMitigationActionOnJob

Última ação de mitigação executada no trabalho.

datacenterAddress
DatacenterAddressResponse

Endereço do datacenter para o qual enviar, para o local de armazenamento e sku fornecidos.

dataCenterCode
String

Código do DataCenter. Os valores possíveis incluem: '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', 'OS' AA20', 'SHA03', 'BJB', 'JNB22', 'JNB21', 'MNZ21', 'SN8', 'AUH20', 'ZRH20', 'PUS20', 'AdHoc', 'CH1', 'DSM05'

preferredDisks
IDictionary<String,Nullable<Int32>>

Preferência do usuário sobre qual tamanho os discos são necessários para o trabalho. O mapa é do tamanho do disco em TB para a contagem. Por exemplo: {2,5} significa 5 discos de tamanho de 2 TB. A chave é cadeia de caracteres, mas será verificada em um int.

copyProgress
IList<DataBoxDiskCopyProgress>

Copiar o progresso por disco.

disksAndSizeDetails
IDictionary<String,Nullable<Int32>>

Contém o mapa do número de série do disco para o tamanho do disco que está sendo usado para o trabalho. É retornado somente depois que os discos são enviados para o cliente.

passkey
String

O usuário inseriu a chave de acesso para o trabalho do DataBox Disk.

Aplica-se a