Get Virtual Network Result
data class GetVirtualNetworkResult(val addressSpaces: List<String>, val dnsServers: List<String>, val guid: String, val id: String, val location: String, val name: String, val resourceGroupName: String, val subnets: List<String>, val tags: Map<String, String>, val vnetPeerings: Map<String, String>, val vnetPeeringsAddresses: List<String>)
A collection of values returned by getVirtualNetwork.
Properties
Link copied to clipboard
The list of address spaces used by the virtual network.
Link copied to clipboard
The list of DNS servers used by the virtual network.
Link copied to clipboard
Link copied to clipboard
A mapping of name - virtual network id of the virtual network peerings.
Link copied to clipboard
A list of virtual network peerings IP addresses.