Skip to content

Commit

Permalink
Resolved PR comments
Browse files Browse the repository at this point in the history
  • Loading branch information
deymadhumanti committed Mar 18, 2020
1 parent d3f3915 commit 197c62c
Showing 1 changed file with 10 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1164,6 +1164,7 @@
},
"PrivateLinkResources": {
"description": "Class which represent the stamps associated with the vault.",
"readOnly": true,
"type": "object",
"properties": {
"value": {
Expand All @@ -1180,33 +1181,40 @@
},
"PrivateLinkResource": {
"description": "Private Link Resource.",
"readOnly": true,
"type": "object",
"properties": {
"id": {
"description": "e.g. subscriptions/{subId}/resourceGroups/{groupName}/providers/Microsoft.RecoveryServices/vaults/{vaultName}/privateLinkResources/backupresource.",
"type": "string"
"type": "string",
"readOnly": true
},
"name": {
"description": "e.g. backupresource or siterecoveryresource.",
"type": "string"
"type": "string",
"readOnly": true
},
"type": {
"description": "e.g. Microsoft.RecoveryServices/vaults/privateLinkResources",
"readOnly": true,
"type": "string"
},
"groupId": {
"description": "e.g. f9ad6492-33d4-4690-9999-6bfd52a0d081 (Backup) or f9ad6492-33d4-4690-9999-6bfd52a0d082 (SiteRecovery)",
"readOnly": true,
"type": "string"
},
"requiredMembers": {
"description": "[backup-ecs1, backup-prot1, backup-prot1b, backup-prot1c, backup-id1]",
"readOnly": true,
"type": "array",
"items": {
"type": "string"
}
},
"requiredZoneNames": {
"description": "eg - [privatelink.eus.backup.windowsazure.com, privatelink.queue.core.windows.net]",
"readOnly": true,
"type": "array",
"items": {
"type": "string"
Expand Down

0 comments on commit 197c62c

Please sign in to comment.