GetVirtualNetworkResult

data class GetVirtualNetworkResult(val allowedSubnets: List<GetVirtualNetworkAllowedSubnet>, val id: String, val labName: String, val name: String, val resourceGroupName: String, val subnetOverrides: List<GetVirtualNetworkSubnetOverride>, val uniqueIdentifier: String)

A collection of values returned by getVirtualNetwork.

Constructors

Link copied to clipboard
constructor(allowedSubnets: List<GetVirtualNetworkAllowedSubnet>, id: String, labName: String, name: String, resourceGroupName: String, subnetOverrides: List<GetVirtualNetworkSubnetOverride>, uniqueIdentifier: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The list of subnets enabled for the virtual network as defined below.

Link copied to clipboard
val id: String

The provider-assigned unique ID for this managed resource.

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

The list of permission overrides for the subnets as defined below.

Link copied to clipboard

The unique immutable identifier of the virtual network.