Skip to content

Instantly share code, notes, and snippets.

@Merlus
Last active November 15, 2017 02:18
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Merlus/14a6b2f516198910a202a90c40495835 to your computer and use it in GitHub Desktop.
Save Merlus/14a6b2f516198910a202a90c40495835 to your computer and use it in GitHub Desktop.
ASG - NIC Properties
IpConfigurations : [
{
"Name": "ipconfig1",
"Etag": "W/\"xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx\"",
"Id": "/subscriptions/xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx/resourceGroups/asgtest/providers/Microsoft.Network/networkInterfaces/sql1333/ipConfigurations/ipconfig1",
"PrivateIpAddress": "10.1.0.5",
"PrivateIpAllocationMethod": "Dynamic",
"Subnet": {
"Id": "/subscriptions/xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx/resourceGroups/asgTest/providers/Microsoft.Network/virtualNetworks/asgtest/subnets/default",
"ResourceNavigationLinks": [],
"ServiceEndpoints": []
},
"PublicIpAddress": {
"Zones": [],
"Id": "/subscriptions/xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx/resourceGroups/asgTest/providers/Microsoft.Network/publicIPAddresses/sql1-ip"
},
"ProvisioningState": "Succeeded",
"PrivateIpAddressVersion": "IPv4",
"LoadBalancerBackendAddressPools": [],
"LoadBalancerInboundNatRules": [],
"Primary": true,
"ApplicationGatewayBackendAddressPools": [],
"ApplicationSecurityGroups": [
{
"Id": "/subscriptions/xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx/resourceGroups/asgTest/providers/Microsoft.Network/applicationSecurityGroups/sqlAsg"
}
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment