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
" 2022-02-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"
3811
3845
},
3812
3846
"description" : " Base class for backup policy. Workload-specific backup policies are derived from this class."
3813
3847
},
3848
+ "ResourceGuardOperationDetail" : {
3849
+ "type" : " object" ,
3850
+ "properties" : {
3851
+ "defaultResourceRequest" : {
3852
+ "type" : " string"
3853
+ },
3854
+ "vaultCriticalOperation" : {
3855
+ "type" : " string"
3856
+ }
3857
+ }
3858
+ },
3859
+ "ResourceGuardProxyBase" : {
3860
+ "type" : " object" ,
3861
+ "properties" : {
3862
+ "description" : {
3863
+ "type" : " string"
3864
+ },
3865
+ "lastUpdatedTime" : {
3866
+ "type" : " string"
3867
+ },
3868
+ "resourceGuardOperationDetails" : {
3869
+ "oneOf" : [
3870
+ {
3871
+ "type" : " array" ,
3872
+ "items" : {
3873
+ "$ref" : " #/definitions/ResourceGuardOperationDetail"
3874
+ }
3875
+ },
3876
+ {
3877
+ "$ref" : " https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression"
3878
+ }
3879
+ ]
3880
+ },
3881
+ "resourceGuardResourceId" : {
3882
+ "type" : " string"
3883
+ }
3884
+ }
3885
+ },
3814
3886
"ResourceHealthDetails" : {
3815
3887
"type" : " object" ,
3816
3888
"properties" : {},
You can’t perform that action at this time.
0 commit comments