Created
April 16, 2018 11:25
-
-
Save tombuildsstuff/a8294d9d7d9773dabbeccb82d391ac50 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"name": "tom-devnetwork", | |
"id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/tom-devrg78/providers/Microsoft.Network/virtualNetworks/tom-devnetwork", | |
"etag": "W/\"588344cf-6616-4a6c-ab6a-db7eefea17b7\"", | |
"type": "Microsoft.Network/virtualNetworks", | |
"location": "westeurope", | |
"tags": {}, | |
"properties": { | |
"provisioningState": "Succeeded", | |
"resourceGuid": "ea4e8735-f1e6-4b35-b0c2-361c7ff735cf", | |
"addressSpace": { | |
"addressPrefixes": [ | |
"10.0.0.0/16", | |
"(String)" | |
] | |
}, | |
"dhcpOptions": { | |
"dnsServers": [ | |
"(String)" | |
] | |
}, | |
"subnets": [ | |
{ | |
"name": "acctsub", | |
"id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/tom-devrg78/providers/Microsoft.Network/virtualNetworks/tom-devnetwork/subnets/acctsub", | |
"etag": "W/\"588344cf-6616-4a6c-ab6a-db7eefea17b7\"", | |
"properties": { | |
"provisioningState": "Succeeded", | |
"addressPrefix": "10.0.2.0/24", | |
"ipConfigurations": [ | |
{ | |
"id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/tom-devrg78/providers/Microsoft.Network/networkInterfaces/tomdevnic/ipConfigurations/testconfiguration1" | |
}, | |
{ | |
"id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/tom-devrg78/providers/Microsoft.Network/networkInterfaces/tom-manual786/ipConfigurations/ipconfig1" | |
} | |
], | |
"serviceEndpoints": [] | |
} | |
}, | |
{ | |
"id": "(String)", | |
"properties": { | |
"addressPrefix": {}, | |
"networkSecurityGroup": {}, | |
"routeTable": {}, | |
"serviceEndpoints": {}, | |
"ipConfigurations": {}, | |
"resourceNavigationLinks": {}, | |
"provisioningState": {} | |
}, | |
"name": "(String)", | |
"etag": "(String)" | |
} | |
], | |
"virtualNetworkPeerings": [ | |
{ | |
"id": "(String)", | |
"properties": { | |
"allowVirtualNetworkAccess": {}, | |
"allowForwardedTraffic": {}, | |
"allowGatewayTransit": {}, | |
"useRemoteGateways": {}, | |
"remoteVirtualNetwork": {}, | |
"remoteAddressSpace": {}, | |
"peeringState": {}, | |
"provisioningState": {} | |
}, | |
"name": "(String)", | |
"etag": "(String)" | |
} | |
], | |
"enableDdosProtection": false, | |
"enableVmProtection": false | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment