Guest User

Untitled

a guest
Apr 23rd, 2018
78
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.41 KB | None | 0 0
  1. {
  2. "name": "tom-devnetwork",
  3. "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/tom-devrg78/providers/Microsoft.Network/virtualNetworks/tom-devnetwork",
  4. "etag": "W/\"588344cf-6616-4a6c-ab6a-db7eefea17b7\"",
  5. "type": "Microsoft.Network/virtualNetworks",
  6. "location": "westeurope",
  7. "tags": {},
  8. "properties": {
  9. "provisioningState": "Succeeded",
  10. "resourceGuid": "ea4e8735-f1e6-4b35-b0c2-361c7ff735cf",
  11. "addressSpace": {
  12. "addressPrefixes": [
  13. "10.0.0.0/16",
  14. "(String)"
  15. ]
  16. },
  17. "dhcpOptions": {
  18. "dnsServers": [
  19. "(String)"
  20. ]
  21. },
  22. "subnets": [
  23. {
  24. "name": "acctsub",
  25. "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/tom-devrg78/providers/Microsoft.Network/virtualNetworks/tom-devnetwork/subnets/acctsub",
  26. "etag": "W/\"588344cf-6616-4a6c-ab6a-db7eefea17b7\"",
  27. "properties": {
  28. "provisioningState": "Succeeded",
  29. "addressPrefix": "10.0.2.0/24",
  30. "ipConfigurations": [
  31. {
  32. "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/tom-devrg78/providers/Microsoft.Network/networkInterfaces/tomdevnic/ipConfigurations/testconfiguration1"
  33. },
  34. {
  35. "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/tom-devrg78/providers/Microsoft.Network/networkInterfaces/tom-manual786/ipConfigurations/ipconfig1"
  36. }
  37. ],
  38. "serviceEndpoints": []
  39. }
  40. },
  41. {
  42. "id": "(String)",
  43. "properties": {
  44. "addressPrefix": {},
  45. "networkSecurityGroup": {},
  46. "routeTable": {},
  47. "serviceEndpoints": {},
  48. "ipConfigurations": {},
  49. "resourceNavigationLinks": {},
  50. "provisioningState": {}
  51. },
  52. "name": "(String)",
  53. "etag": "(String)"
  54. }
  55. ],
  56. "virtualNetworkPeerings": [
  57. {
  58. "id": "(String)",
  59. "properties": {
  60. "allowVirtualNetworkAccess": {},
  61. "allowForwardedTraffic": {},
  62. "allowGatewayTransit": {},
  63. "useRemoteGateways": {},
  64. "remoteVirtualNetwork": {},
  65. "remoteAddressSpace": {},
  66. "peeringState": {},
  67. "provisioningState": {}
  68. },
  69. "name": "(String)",
  70. "etag": "(String)"
  71. }
  72. ],
  73. "enableDdosProtection": false,
  74. "enableVmProtection": false
  75. }
  76. }
Add Comment
Please, Sign In to add comment