You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: sdk/keyvault/azure-security-keyvault-certificates/src/main/java/com/azure/security/keyvault/certificates/implementation/CertificateClientImpl.java
+28Lines changed: 28 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -1109,6 +1109,7 @@ public PagedIterable<BinaryData> getCertificates(RequestOptions requestOptions)
1109
1109
* tags (Optional): {
1110
1110
* String: String (Required)
1111
1111
* }
1112
+
* preserveCertOrder: Boolean (Optional)
1112
1113
* recoveryId: String (Optional)
1113
1114
* scheduledPurgeDate: Long (Optional)
1114
1115
* deletedDate: Long (Optional)
@@ -1213,6 +1214,7 @@ public Mono<Response<BinaryData>> deleteCertificateWithResponseAsync(String cert
1213
1214
* tags (Optional): {
1214
1215
* String: String (Required)
1215
1216
* }
1217
+
* preserveCertOrder: Boolean (Optional)
1216
1218
* recoveryId: String (Optional)
1217
1219
* scheduledPurgeDate: Long (Optional)
1218
1220
* deletedDate: Long (Optional)
@@ -2279,6 +2281,7 @@ public Response<BinaryData> deleteCertificateIssuerWithResponse(String issuerNam
2279
2281
* tags (Optional): {
2280
2282
* String: String (Required)
2281
2283
* }
2284
+
* preserveCertOrder: Boolean (Optional)
2282
2285
* }
2283
2286
* }
2284
2287
* </pre>
@@ -2304,6 +2307,7 @@ public Response<BinaryData> deleteCertificateIssuerWithResponse(String issuerNam
2304
2307
* innererror (Optional): (recursive schema, see innererror above)
2305
2308
* }
2306
2309
* target: String (Optional)
2310
+
* preserveCertOrder: Boolean (Optional)
2307
2311
* request_id: String (Optional)
2308
2312
* }
2309
2313
* }
@@ -2403,6 +2407,7 @@ public Mono<Response<BinaryData>> createCertificateWithResponseAsync(String cert
2403
2407
* tags (Optional): {
2404
2408
* String: String (Required)
2405
2409
* }
2410
+
* preserveCertOrder: Boolean (Optional)
2406
2411
* }
2407
2412
* }
2408
2413
* </pre>
@@ -2428,6 +2433,7 @@ public Mono<Response<BinaryData>> createCertificateWithResponseAsync(String cert
2428
2433
* innererror (Optional): (recursive schema, see innererror above)
2429
2434
* }
2430
2435
* target: String (Optional)
2436
+
* preserveCertOrder: Boolean (Optional)
2431
2437
* request_id: String (Optional)
2432
2438
* }
2433
2439
* }
@@ -2529,6 +2535,7 @@ public Response<BinaryData> createCertificateWithResponse(String certificateName
2529
2535
* tags (Optional): {
2530
2536
* String: String (Required)
2531
2537
* }
2538
+
* preserveCertOrder: Boolean (Optional)
2532
2539
* }
2533
2540
* }
2534
2541
* </pre>
@@ -2607,6 +2614,7 @@ public Response<BinaryData> createCertificateWithResponse(String certificateName
2607
2614
* tags (Optional): {
2608
2615
* String: String (Required)
2609
2616
* }
2617
+
* preserveCertOrder: Boolean (Optional)
2610
2618
* }
2611
2619
* }
2612
2620
* </pre>
@@ -2709,6 +2717,7 @@ public Mono<Response<BinaryData>> importCertificateWithResponseAsync(String cert
2709
2717
* tags (Optional): {
2710
2718
* String: String (Required)
2711
2719
* }
2720
+
* preserveCertOrder: Boolean (Optional)
2712
2721
* }
2713
2722
* }
2714
2723
* </pre>
@@ -2787,6 +2796,7 @@ public Mono<Response<BinaryData>> importCertificateWithResponseAsync(String cert
2787
2796
* tags (Optional): {
2788
2797
* String: String (Required)
2789
2798
* }
2799
+
* preserveCertOrder: Boolean (Optional)
2790
2800
* }
2791
2801
* }
2792
2802
* </pre>
@@ -3661,6 +3671,7 @@ public Response<BinaryData> updateCertificatePolicyWithResponse(String certifica
3661
3671
* tags (Optional): {
3662
3672
* String: String (Required)
3663
3673
* }
3674
+
* preserveCertOrder: Boolean (Optional)
3664
3675
* }
3665
3676
* }
3666
3677
* </pre>
@@ -3837,6 +3848,7 @@ public Mono<Response<BinaryData>> updateCertificateWithResponseAsync(String cert
3837
3848
* tags (Optional): {
3838
3849
* String: String (Required)
3839
3850
* }
3851
+
* preserveCertOrder: Boolean (Optional)
3840
3852
* }
3841
3853
* }
3842
3854
* </pre>
@@ -3938,6 +3950,7 @@ public Response<BinaryData> updateCertificateWithResponse(String certificateName
3938
3950
* tags (Optional): {
3939
3951
* String: String (Required)
3940
3952
* }
3953
+
* preserveCertOrder: Boolean (Optional)
3941
3954
* }
3942
3955
* }
3943
3956
* </pre>
@@ -4042,6 +4055,7 @@ public Mono<Response<BinaryData>> getCertificateWithResponseAsync(String certifi
4042
4055
* tags (Optional): {
4043
4056
* String: String (Required)
4044
4057
* }
4058
+
* preserveCertOrder: Boolean (Optional)
4045
4059
* }
4046
4060
* }
4047
4061
* </pre>
@@ -4102,6 +4116,7 @@ public Response<BinaryData> getCertificateWithResponse(String certificateName, S
4102
4116
* innererror (Optional): (recursive schema, see innererror above)
4103
4117
* }
4104
4118
* target: String (Optional)
4119
+
* preserveCertOrder: Boolean (Optional)
4105
4120
* request_id: String (Optional)
4106
4121
* }
4107
4122
* }
@@ -4163,6 +4178,7 @@ public Mono<Response<BinaryData>> updateCertificateOperationWithResponseAsync(St
4163
4178
* innererror (Optional): (recursive schema, see innererror above)
4164
4179
* }
4165
4180
* target: String (Optional)
4181
+
* preserveCertOrder: Boolean (Optional)
4166
4182
* request_id: String (Optional)
4167
4183
* }
4168
4184
* }
@@ -4212,6 +4228,7 @@ public Response<BinaryData> updateCertificateOperationWithResponse(String certif
4212
4228
* innererror (Optional): (recursive schema, see innererror above)
4213
4229
* }
4214
4230
* target: String (Optional)
4231
+
* preserveCertOrder: Boolean (Optional)
4215
4232
* request_id: String (Optional)
4216
4233
* }
4217
4234
* }
@@ -4262,6 +4279,7 @@ public Mono<Response<BinaryData>> getCertificateOperationWithResponseAsync(Strin
4262
4279
* innererror (Optional): (recursive schema, see innererror above)
4263
4280
* }
4264
4281
* target: String (Optional)
4282
+
* preserveCertOrder: Boolean (Optional)
4265
4283
* request_id: String (Optional)
4266
4284
* }
4267
4285
* }
@@ -4311,6 +4329,7 @@ public Response<BinaryData> getCertificateOperationWithResponse(String certifica
4311
4329
* innererror (Optional): (recursive schema, see innererror above)
4312
4330
* }
4313
4331
* target: String (Optional)
4332
+
* preserveCertOrder: Boolean (Optional)
4314
4333
* request_id: String (Optional)
4315
4334
* }
4316
4335
* }
@@ -4359,6 +4378,7 @@ public Mono<Response<BinaryData>> deleteCertificateOperationWithResponseAsync(St
4359
4378
* innererror (Optional): (recursive schema, see innererror above)
4360
4379
* }
4361
4380
* target: String (Optional)
4381
+
* preserveCertOrder: Boolean (Optional)
4362
4382
* request_id: String (Optional)
4363
4383
* }
4364
4384
* }
@@ -4483,6 +4503,7 @@ public Response<BinaryData> deleteCertificateOperationWithResponse(String certif
4483
4503
* tags (Optional): {
4484
4504
* String: String (Required)
4485
4505
* }
4506
+
* preserveCertOrder: Boolean (Optional)
4486
4507
* }
4487
4508
* }
4488
4509
* </pre>
@@ -4610,6 +4631,7 @@ public Mono<Response<BinaryData>> mergeCertificateWithResponseAsync(String certi
4610
4631
* tags (Optional): {
4611
4632
* String: String (Required)
4612
4633
* }
4634
+
* preserveCertOrder: Boolean (Optional)
4613
4635
* }
4614
4636
* }
4615
4637
* </pre>
@@ -4783,6 +4805,7 @@ public Response<BinaryData> backupCertificateWithResponse(String certificateName
4783
4805
* tags (Optional): {
4784
4806
* String: String (Required)
4785
4807
* }
4808
+
* preserveCertOrder: Boolean (Optional)
4786
4809
* }
4787
4810
* }
4788
4811
* </pre>
@@ -4894,6 +4917,7 @@ public Mono<Response<BinaryData>> restoreCertificateWithResponseAsync(BinaryData
4894
4917
* tags (Optional): {
4895
4918
* String: String (Required)
4896
4919
* }
4920
+
* preserveCertOrder: Boolean (Optional)
4897
4921
* }
4898
4922
* }
4899
4923
* </pre>
@@ -5229,6 +5253,7 @@ public PagedIterable<BinaryData> getDeletedCertificates(RequestOptions requestOp
5229
5253
* tags (Optional): {
5230
5254
* String: String (Required)
5231
5255
* }
5256
+
* preserveCertOrder: Boolean (Optional)
5232
5257
* recoveryId: String (Optional)
5233
5258
* scheduledPurgeDate: Long (Optional)
5234
5259
* deletedDate: Long (Optional)
@@ -5333,6 +5358,7 @@ public Mono<Response<BinaryData>> getDeletedCertificateWithResponseAsync(String
5333
5358
* tags (Optional): {
5334
5359
* String: String (Required)
5335
5360
* }
5361
+
* preserveCertOrder: Boolean (Optional)
5336
5362
* recoveryId: String (Optional)
5337
5363
* scheduledPurgeDate: Long (Optional)
5338
5364
* deletedDate: Long (Optional)
@@ -5482,6 +5508,7 @@ public Response<Void> purgeDeletedCertificateWithResponse(String certificateName
5482
5508
* tags (Optional): {
5483
5509
* String: String (Required)
5484
5510
* }
5511
+
* preserveCertOrder: Boolean (Optional)
5485
5512
* }
5486
5513
* }
5487
5514
* </pre>
@@ -5583,6 +5610,7 @@ public Mono<Response<BinaryData>> recoverDeletedCertificateWithResponseAsync(Str
Copy file name to clipboardExpand all lines: sdk/keyvault/azure-security-keyvault-certificates/src/main/java/com/azure/security/keyvault/certificates/implementation/models/CertificateBundle.java
Copy file name to clipboardExpand all lines: sdk/keyvault/azure-security-keyvault-certificates/src/main/java/com/azure/security/keyvault/certificates/implementation/models/CertificateCreateParameters.java
Copy file name to clipboardExpand all lines: sdk/keyvault/azure-security-keyvault-certificates/src/main/java/com/azure/security/keyvault/certificates/implementation/models/CertificateImportParameters.java
0 commit comments