@@ -50,6 +50,8 @@ public DataBoxJobData(Azure.Core.AzureLocation location, Azure.ResourceManager.D
50
50
public bool ? IsDeletable { get { throw null ; } }
51
51
public bool ? IsPrepareToShipEnabled { get { throw null ; } }
52
52
public bool ? IsShippingAddressEditable { get { throw null ; } }
53
+ public Azure . ResourceManager . DataBox . Models . ReverseShippingDetailsEditStatus ? ReverseShippingDetailsUpdate { get { throw null ; } }
54
+ public Azure . ResourceManager . DataBox . Models . ReverseTransportPreferenceEditStatus ? ReverseTransportPreferenceUpdate { get { throw null ; } }
53
55
public Azure . ResourceManager . DataBox . Models . DataBoxSku Sku { get { throw null ; } set { } }
54
56
public System . DateTimeOffset ? StartOn { get { throw null ; } }
55
57
public Azure . ResourceManager . DataBox . Models . DataBoxStageName ? Status { get { throw null ; } }
@@ -135,6 +137,14 @@ public BlobFilterDetails() { }
135
137
public System . Collections . Generic . IList < string > BlobPrefixList { get { throw null ; } }
136
138
public System . Collections . Generic . IList < string > ContainerList { get { throw null ; } }
137
139
}
140
+ public partial class ContactInfo
141
+ {
142
+ public ContactInfo ( string contactName , string phone ) { }
143
+ public string ContactName { get { throw null ; } set { } }
144
+ public string Mobile { get { throw null ; } set { } }
145
+ public string Phone { get { throw null ; } set { } }
146
+ public string PhoneExtension { get { throw null ; } set { } }
147
+ }
138
148
public abstract partial class CopyLogDetails
139
149
{
140
150
protected CopyLogDetails ( ) { }
@@ -217,6 +227,7 @@ protected DataBoxBasicJobDetails(Azure.ResourceManager.DataBox.Models.DataBoxCon
217
227
public Azure . ResourceManager . DataBox . Models . DataBoxOrderPreferences Preferences { get { throw null ; } set { } }
218
228
public Azure . ResourceManager . DataBox . Models . PackageShippingDetails ReturnPackage { get { throw null ; } }
219
229
public string ReverseShipmentLabelSasKey { get { throw null ; } }
230
+ public Azure . ResourceManager . DataBox . Models . ReverseShippingDetails ReverseShippingDetails { get { throw null ; } set { } }
220
231
public Azure . ResourceManager . DataBox . Models . DataBoxShippingAddress ShippingAddress { get { throw null ; } set { } }
221
232
}
222
233
public partial class DataBoxContactDetails
@@ -233,9 +244,11 @@ public partial class DataBoxCopyProgress
233
244
{
234
245
internal DataBoxCopyProgress ( ) { }
235
246
public Azure . Core . ResourceIdentifier AccountId { get { throw null ; } }
247
+ public System . Collections . Generic . IReadOnlyList < Azure . ResourceManager . DataBox . Models . CustomerResolutionCode > Actions { get { throw null ; } }
236
248
public long ? BytesProcessed { get { throw null ; } }
237
249
public Azure . ResourceManager . DataBox . Models . DataAccountType ? DataAccountType { get { throw null ; } }
238
250
public long ? DirectoriesErroredOut { get { throw null ; } }
251
+ public Azure . ResponseError Error { get { throw null ; } }
239
252
public long ? FilesErroredOut { get { throw null ; } }
240
253
public long ? FilesProcessed { get { throw null ; } }
241
254
public long ? InvalidDirectoriesProcessed { get { throw null ; } }
@@ -315,11 +328,21 @@ internal DataBoxDiskCopyLogDetails() { }
315
328
public partial class DataBoxDiskCopyProgress
316
329
{
317
330
internal DataBoxDiskCopyProgress ( ) { }
331
+ public System . Collections . Generic . IReadOnlyList < Azure . ResourceManager . DataBox . Models . CustomerResolutionCode > Actions { get { throw null ; } }
318
332
public long ? BytesCopied { get { throw null ; } }
333
+ public Azure . ResponseError Error { get { throw null ; } }
319
334
public int ? PercentComplete { get { throw null ; } }
320
335
public string SerialNumber { get { throw null ; } }
321
336
public Azure . ResourceManager . DataBox . Models . DataBoxCopyStatus ? Status { get { throw null ; } }
322
337
}
338
+ public partial class DataBoxDiskGranularCopyLogDetails : Azure . ResourceManager . DataBox . Models . GranularCopyLogDetails
339
+ {
340
+ internal DataBoxDiskGranularCopyLogDetails ( ) { }
341
+ public Azure . Core . ResourceIdentifier AccountId { get { throw null ; } }
342
+ public string ErrorLogLink { get { throw null ; } }
343
+ public string SerialNumber { get { throw null ; } }
344
+ public string VerboseLogLink { get { throw null ; } }
345
+ }
323
346
public partial class DataBoxDiskGranularCopyProgress : Azure . ResourceManager . DataBox . Models . GranularCopyProgress
324
347
{
325
348
internal DataBoxDiskGranularCopyProgress ( ) { }
@@ -331,6 +354,7 @@ public partial class DataBoxDiskJobDetails : Azure.ResourceManager.DataBox.Model
331
354
public DataBoxDiskJobDetails ( Azure . ResourceManager . DataBox . Models . DataBoxContactDetails contactDetails ) : base ( default ( Azure . ResourceManager . DataBox . Models . DataBoxContactDetails ) ) { }
332
355
public System . Collections . Generic . IReadOnlyList < Azure . ResourceManager . DataBox . Models . DataBoxDiskCopyProgress > CopyProgress { get { throw null ; } }
333
356
public System . Collections . Generic . IReadOnlyDictionary < string , int > DisksAndSizeDetails { get { throw null ; } }
357
+ public System . Collections . Generic . IReadOnlyList < Azure . ResourceManager . DataBox . Models . DataBoxDiskGranularCopyLogDetails > GranularCopyLogDetails { get { throw null ; } }
334
358
public System . Collections . Generic . IReadOnlyList < Azure . ResourceManager . DataBox . Models . DataBoxDiskGranularCopyProgress > GranularCopyProgress { get { throw null ; } }
335
359
public string Passkey { get { throw null ; } set { } }
336
360
public System . Collections . Generic . IDictionary < string , int > PreferredDisks { get { throw null ; } }
@@ -353,6 +377,12 @@ public enum DataBoxDoubleEncryption
353
377
Enabled = 0 ,
354
378
Disabled = 1 ,
355
379
}
380
+ public partial class DataBoxEncryptionPreferences
381
+ {
382
+ public DataBoxEncryptionPreferences ( ) { }
383
+ public Azure . ResourceManager . DataBox . Models . DataBoxDoubleEncryption ? DoubleEncryption { get { throw null ; } set { } }
384
+ public Azure . ResourceManager . DataBox . Models . HardwareEncryption ? HardwareEncryption { get { throw null ; } set { } }
385
+ }
356
386
public partial class DataBoxHeavyAccountCopyLogDetails : Azure . ResourceManager . DataBox . Models . CopyLogDetails
357
387
{
358
388
internal DataBoxHeavyAccountCopyLogDetails ( ) { }
@@ -439,9 +469,14 @@ public DataBoxManagedIdentity() { }
439
469
public partial class DataBoxOrderPreferences
440
470
{
441
471
public DataBoxOrderPreferences ( ) { }
472
+ [ System . ComponentModel . EditorBrowsableAttribute ( System . ComponentModel . EditorBrowsableState . Never ) ]
442
473
public Azure . ResourceManager . DataBox . Models . DataBoxDoubleEncryption ? DoubleEncryption { get { throw null ; } set { } }
474
+ public Azure . ResourceManager . DataBox . Models . DataBoxEncryptionPreferences EncryptionPreferences { get { throw null ; } set { } }
443
475
public System . Collections . Generic . IList < string > PreferredDataCenterRegion { get { throw null ; } }
476
+ public Azure . ResourceManager . DataBox . Models . TransportPreferences ReverseTransportPreferences { get { throw null ; } set { } }
444
477
public System . Collections . Generic . IList < string > StorageAccountAccessTierPreferences { get { throw null ; } }
478
+ public Azure . ResourceManager . DataBox . Models . TransportPreferences TransportPreferences { get { throw null ; } set { } }
479
+ [ System . ComponentModel . EditorBrowsableAttribute ( System . ComponentModel . EditorBrowsableState . Never ) ]
445
480
public Azure . ResourceManager . DataBox . Models . TransportShipmentType ? TransportPreferencesPreferredShipmentType { get { throw null ; } set { } }
446
481
}
447
482
public partial class DataBoxScheduleAvailabilityContent : Azure . ResourceManager . DataBox . Models . ScheduleAvailabilityContent
@@ -471,10 +506,12 @@ public DataBoxShippingAddress(string streetAddress1, string country, string post
471
506
public string CompanyName { get { throw null ; } set { } }
472
507
public string Country { get { throw null ; } set { } }
473
508
public string PostalCode { get { throw null ; } set { } }
509
+ public bool ? SkipAddressValidation { get { throw null ; } set { } }
474
510
public string StateOrProvince { get { throw null ; } set { } }
475
511
public string StreetAddress1 { get { throw null ; } set { } }
476
512
public string StreetAddress2 { get { throw null ; } set { } }
477
513
public string StreetAddress3 { get { throw null ; } set { } }
514
+ public string TaxIdentificationNumber { get { throw null ; } set { } }
478
515
public string ZipExtendedCode { get { throw null ; } set { } }
479
516
}
480
517
public enum DataBoxShippingAddressType
@@ -509,6 +546,7 @@ internal DataBoxSkuInformation() { }
509
546
public System . Collections . Generic . IReadOnlyList < string > ApiVersions { get { throw null ; } }
510
547
public Azure . ResourceManager . DataBox . Models . DataBoxSkuCapacity Capacity { get { throw null ; } }
511
548
public System . Collections . Generic . IReadOnlyList < Azure . ResourceManager . DataBox . Models . DataBoxSkuCost > Costs { get { throw null ; } }
549
+ public System . Collections . Generic . IReadOnlyList < string > CountriesWithinCommerceBoundary { get { throw null ; } }
512
550
public System . Collections . Generic . IReadOnlyList < Azure . ResourceManager . DataBox . Models . DataLocationToServiceLocationMap > DataLocationToServiceLocationMap { get { throw null ; } }
513
551
public Azure . ResourceManager . DataBox . Models . SkuDisabledReason ? DisabledReason { get { throw null ; } }
514
552
public string DisabledReasonMessage { get { throw null ; } }
@@ -586,6 +624,8 @@ public partial class DataBoxValidateAddressContent : Azure.ResourceManager.DataB
586
624
public DataBoxValidateAddressContent ( Azure . ResourceManager . DataBox . Models . DataBoxShippingAddress shippingAddress , Azure . ResourceManager . DataBox . Models . DataBoxSkuName deviceType ) { }
587
625
public Azure . ResourceManager . DataBox . Models . DataBoxSkuName DeviceType { get { throw null ; } }
588
626
public Azure . ResourceManager . DataBox . Models . DataBoxShippingAddress ShippingAddress { get { throw null ; } }
627
+ public Azure . ResourceManager . DataBox . Models . TransportPreferences TransportPreferences { get { throw null ; } set { } }
628
+ [ System . ComponentModel . EditorBrowsableAttribute ( System . ComponentModel . EditorBrowsableState . Never ) ]
589
629
public Azure . ResourceManager . DataBox . Models . TransportShipmentType ? TransportPreferencesPreferredShipmentType { get { throw null ; } set { } }
590
630
}
591
631
public abstract partial class DataBoxValidationContent
@@ -790,13 +830,19 @@ public enum FilterFileType
790
830
AzureBlob = 0 ,
791
831
AzureFile = 1 ,
792
832
}
833
+ public abstract partial class GranularCopyLogDetails
834
+ {
835
+ protected GranularCopyLogDetails ( ) { }
836
+ }
793
837
public partial class GranularCopyProgress
794
838
{
795
839
internal GranularCopyProgress ( ) { }
796
840
public Azure . Core . ResourceIdentifier AccountId { get { throw null ; } }
841
+ public System . Collections . Generic . IReadOnlyList < Azure . ResourceManager . DataBox . Models . CustomerResolutionCode > Actions { get { throw null ; } }
797
842
public long ? BytesProcessed { get { throw null ; } }
798
843
public Azure . ResourceManager . DataBox . Models . DataAccountType ? DataAccountType { get { throw null ; } }
799
844
public long ? DirectoriesErroredOut { get { throw null ; } }
845
+ public Azure . ResponseError Error { get { throw null ; } }
800
846
public long ? FilesErroredOut { get { throw null ; } }
801
847
public long ? FilesProcessed { get { throw null ; } }
802
848
public long ? InvalidDirectoriesProcessed { get { throw null ; } }
@@ -809,6 +855,11 @@ internal GranularCopyProgress() { }
809
855
public long ? TotalFilesToProcess { get { throw null ; } }
810
856
public Azure . ResourceManager . DataBox . Models . DataBoxJobTransferType ? TransferType { get { throw null ; } }
811
857
}
858
+ public enum HardwareEncryption
859
+ {
860
+ Enabled = 0 ,
861
+ Disabled = 1 ,
862
+ }
812
863
public partial class HeavyScheduleAvailabilityContent : Azure . ResourceManager . DataBox . Models . ScheduleAvailabilityContent
813
864
{
814
865
public HeavyScheduleAvailabilityContent ( Azure . Core . AzureLocation storageLocation ) : base ( default ( Azure . Core . AzureLocation ) ) { }
@@ -857,8 +908,10 @@ public MarkDevicesShippedContent(Azure.ResourceManager.DataBox.Models.PackageCar
857
908
}
858
909
public partial class MitigateJobContent
859
910
{
911
+ public MitigateJobContent ( ) { }
860
912
public MitigateJobContent ( Azure . ResourceManager . DataBox . Models . CustomerResolutionCode customerResolutionCode ) { }
861
913
public Azure . ResourceManager . DataBox . Models . CustomerResolutionCode CustomerResolutionCode { get { throw null ; } }
914
+ public System . Collections . Generic . IDictionary < string , Azure . ResourceManager . DataBox . Models . CustomerResolutionCode > SerialNumberCustomerResolutionMap { get { throw null ; } }
862
915
}
863
916
public partial class NotificationPreference
864
917
{
@@ -941,6 +994,25 @@ internal RegionConfigurationResult() { }
941
994
public System . Collections . Generic . IReadOnlyList < System . DateTimeOffset > ScheduleAvailabilityResponseAvailableDates { get { throw null ; } }
942
995
public System . Collections . Generic . IReadOnlyList < Azure . ResourceManager . DataBox . Models . TransportAvailabilityDetails > TransportAvailabilityDetails { get { throw null ; } }
943
996
}
997
+ public partial class ReverseShippingDetails
998
+ {
999
+ public ReverseShippingDetails ( ) { }
1000
+ public Azure . ResourceManager . DataBox . Models . ContactInfo ContactDetails { get { throw null ; } set { } }
1001
+ public bool ? IsUpdated { get { throw null ; } }
1002
+ public Azure . ResourceManager . DataBox . Models . DataBoxShippingAddress ShippingAddress { get { throw null ; } set { } }
1003
+ }
1004
+ public enum ReverseShippingDetailsEditStatus
1005
+ {
1006
+ Enabled = 0 ,
1007
+ Disabled = 1 ,
1008
+ NotSupported = 2 ,
1009
+ }
1010
+ public enum ReverseTransportPreferenceEditStatus
1011
+ {
1012
+ Enabled = 0 ,
1013
+ Disabled = 1 ,
1014
+ NotSupported = 2 ,
1015
+ }
944
1016
public abstract partial class ScheduleAvailabilityContent
945
1017
{
946
1018
protected ScheduleAvailabilityContent ( Azure . Core . AzureLocation storageLocation ) { }
@@ -1035,6 +1107,12 @@ public partial class TransportAvailabilityDetails
1035
1107
internal TransportAvailabilityDetails ( ) { }
1036
1108
public Azure . ResourceManager . DataBox . Models . TransportShipmentType ? ShipmentType { get { throw null ; } }
1037
1109
}
1110
+ public partial class TransportPreferences
1111
+ {
1112
+ public TransportPreferences ( Azure . ResourceManager . DataBox . Models . TransportShipmentType preferredShipmentType ) { }
1113
+ public bool ? IsUpdated { get { throw null ; } }
1114
+ public Azure . ResourceManager . DataBox . Models . TransportShipmentType PreferredShipmentType { get { throw null ; } set { } }
1115
+ }
1038
1116
public enum TransportShipmentType
1039
1117
{
1040
1118
CustomerManaged = 0 ,
@@ -1051,7 +1129,9 @@ public partial class UpdateJobDetails
1051
1129
public UpdateJobDetails ( ) { }
1052
1130
public Azure . ResourceManager . DataBox . Models . DataBoxContactDetails ContactDetails { get { throw null ; } set { } }
1053
1131
public Azure . ResourceManager . DataBox . Models . DataBoxKeyEncryptionKey KeyEncryptionKey { get { throw null ; } set { } }
1132
+ public Azure . ResourceManager . DataBox . Models . DataBoxOrderPreferences Preferences { get { throw null ; } set { } }
1054
1133
public Azure . ResourceManager . DataBox . Models . PackageCarrierDetails ReturnToCustomerPackageDetails { get { throw null ; } set { } }
1134
+ public Azure . ResourceManager . DataBox . Models . ReverseShippingDetails ReverseShippingDetails { get { throw null ; } set { } }
1055
1135
public Azure . ResourceManager . DataBox . Models . DataBoxShippingAddress ShippingAddress { get { throw null ; } set { } }
1056
1136
}
1057
1137
}
0 commit comments