File tree 1 file changed +72
-0
lines changed
1 file changed +72
-0
lines changed Original file line number Diff line number Diff line change 408
408
" 2021-12-01"
409
409
]
410
410
},
411
+ "eTag" : {
412
+ "type" : " string" ,
413
+ "description" : " Optional ETag."
414
+ },
415
+ "location" : {
416
+ "type" : " string" ,
417
+ "description" : " Resource location."
418
+ },
411
419
"name" : {
412
420
"type" : " string"
413
421
},
422
+ "properties" : {
423
+ "oneOf" : [
424
+ {
425
+ "$ref" : " #/definitions/ResourceGuardProxyBase"
426
+ },
427
+ {
428
+ "$ref" : " https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression"
429
+ }
430
+ ]
431
+ },
432
+ "tags" : {
433
+ "oneOf" : [
434
+ {
435
+ "type" : " object" ,
436
+ "additionalProperties" : {
437
+ "type" : " string"
438
+ },
439
+ "properties" : {}
440
+ },
441
+ {
442
+ "$ref" : " https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression"
443
+ }
444
+ ],
445
+ "description" : " Resource tags."
446
+ },
414
447
"type" : {
415
448
"type" : " string" ,
416
449
"enum" : [
421
454
"required" : [
422
455
" apiVersion" ,
423
456
" name" ,
457
+ " properties" ,
424
458
" type"
425
459
],
426
460
"description" : " Microsoft.RecoveryServices/vaults/backupResourceGuardProxies"
3856
3890
},
3857
3891
"description" : " Base class for backup policy. Workload-specific backup policies are derived from this class."
3858
3892
},
3893
+ "ResourceGuardOperationDetail" : {
3894
+ "type" : " object" ,
3895
+ "properties" : {
3896
+ "defaultResourceRequest" : {
3897
+ "type" : " string"
3898
+ },
3899
+ "vaultCriticalOperation" : {
3900
+ "type" : " string"
3901
+ }
3902
+ }
3903
+ },
3904
+ "ResourceGuardProxyBase" : {
3905
+ "type" : " object" ,
3906
+ "properties" : {
3907
+ "description" : {
3908
+ "type" : " string"
3909
+ },
3910
+ "lastUpdatedTime" : {
3911
+ "type" : " string"
3912
+ },
3913
+ "resourceGuardOperationDetails" : {
3914
+ "oneOf" : [
3915
+ {
3916
+ "type" : " array" ,
3917
+ "items" : {
3918
+ "$ref" : " #/definitions/ResourceGuardOperationDetail"
3919
+ }
3920
+ },
3921
+ {
3922
+ "$ref" : " https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression"
3923
+ }
3924
+ ]
3925
+ },
3926
+ "resourceGuardResourceId" : {
3927
+ "type" : " string"
3928
+ }
3929
+ }
3930
+ },
3859
3931
"ResourceHealthDetails" : {
3860
3932
"type" : " object" ,
3861
3933
"properties" : {},
You can’t perform that action at this time.
0 commit comments