GetVirtualNetworkResult

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.

Constructors

Link copied to clipboard
constructor(addressSpaces: List<String>, dnsServers: List<String>, guid: String, id: String, location: String, name: String, resourceGroupName: String, subnets: List<String>, tags: Map<String, String>, vnetPeerings: Map<String, String>, vnetPeeringsAddresses: List<String>)

Types

Link copied to clipboard
object Companion

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

The GUID of the virtual network.

Link copied to clipboard
val id: String

The provider-assigned unique ID for this managed resource.

Link copied to clipboard

Location of the virtual network.

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

The list of name of the subnets that are attached to this virtual network.

Link copied to clipboard

A mapping of tags to assigned to the resource.

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.