File tree 1 file changed +7
-8
lines changed
specification/compute/resource-manager/Microsoft.Compute/stable/2022-03-01/ComputeRP
1 file changed +7
-8
lines changed Original file line number Diff line number Diff line change 820
820
"description" : " Disk restore point Id."
821
821
},
822
822
"replicationStatus" : {
823
- "type" : " object" ,
824
- "items" : {
825
- "$ref" : " #/definitions/DiskRestorePointReplicationStatus"
826
- },
823
+ "$ref" : " #/definitions/DiskRestorePointReplicationStatus" ,
827
824
"description" : " The disk restore point replication status information."
828
825
}
829
826
},
833
830
"type" : " object" ,
834
831
"properties" : {
835
832
"status" : {
836
- "type" : " object" ,
837
- "items" : {
838
- "$ref" : " ./computeRPCommon.json#/definitions/InstanceViewStatus"
839
- },
833
+ "$ref" : " ./computeRPCommon.json#/definitions/InstanceViewStatus" ,
840
834
"description" : " The resource status information."
835
+ },
836
+ "completionPercent" : {
837
+ "type" : " integer" ,
838
+ "format" : " int32" ,
839
+ "description" : " Replication completion percentage."
841
840
}
842
841
},
843
842
"description" : " The instance view of a disk restore point."
You can’t perform that action at this time.
0 commit comments