Skip to content

Commit

Permalink
added the readonly enum for type of replication of Alias(Geo DR)
Browse files Browse the repository at this point in the history
  • Loading branch information
v-ajnava committed Oct 16, 2018
1 parent d7bcecd commit cf81380
Showing 1 changed file with 12 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4619,6 +4619,18 @@
"name": "RoleDisasterRecovery",
"modelAsString": false
}
},
"type": {
"readOnly": true,
"type": "string",
"description": "Replication Type on the Alias(Disaster Recovery configurations)",
"enum": [
"MetadataReplication"
],
"x-ms-enum": {
"name": "ReplicationType",
"modelAsString": false
}
}
},
"description": "Properties required to the Create Or Update Alias(Disaster Recovery configurations)"
Expand Down

0 comments on commit cf81380

Please sign in to comment.