-
-
Save Merlus/14a6b2f516198910a202a90c40495835 to your computer and use it in GitHub Desktop.
ASG - NIC Properties
This file contains 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
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