blob: d08b8f6a9f5141c935e14cd2631fb87eb93f27e8 [file] [log] [blame]
{
"name": "myNic",
"id": "/subscriptions/12345678-2749-4e68-9dcf-123456789abc/resourceGroups/azurearmtesting/providers/Microsoft.Network/networkInterfaces/myNic",
"etag": "W/\"6b51f6e7-232b-4289-b740-04a996929f5e\"",
"type": "Microsoft.Network/networkInterfaces",
"location": "northeurope",
"tags": {
"mycustomtag": "foobar"
},
"properties": {
"provisioningState": "Succeeded",
"resourceGuid": "f3465472-536f-49e7-9e9c-fa91b971a618",
"ipConfigurations": [
{
"name": "myip1",
"id": "/subscriptions/12345678-2749-4e68-9dcf-123456789abc/resourceGroups/azurearmtesting/providers/Microsoft.Network/networkInterfaces/myNic/ipConfigurations/myip1",
"etag": "W/\"6b51f6e7-232b-4289-b740-04a996929f5e\"",
"properties": {
"provisioningState": "Succeeded",
"privateIPAddress": "10.2.0.4",
"privateIPAllocationMethod": "Dynamic",
"subnet": {
"id": "/subscriptions/12345678-2749-4e68-9dcf-123456789abc/resourceGroups/azurearmtesting/providers/Microsoft.Network/virtualNetworks/myvirtualnetwork/subnets/mysubnet"
},
"primary": true
}
}
],
"dnsSettings": {
"dnsServers": [],
"appliedDnsServers": []
},
"enableIPForwarding": false
}
}