VirtualNetwork interface 
A virtual network.
- Extends
Properties
| allowed | The allowed subnets of the virtual network. | 
| created | The creation date of the virtual network. NOTE: This property will not be serialized. It can only be populated by the server. | 
| description | The description of the virtual network. | 
| external | The Microsoft.Network resource identifier of the virtual network. | 
| external | The external subnet properties. NOTE: This property will not be serialized. It can only be populated by the server. | 
| provisioning | The provisioning status of the resource. NOTE: This property will not be serialized. It can only be populated by the server. | 
| subnet | The subnet overrides of the virtual network. | 
| unique | The unique immutable identifier of a resource (Guid). NOTE: This property will not be serialized. It can only be populated by the server. | 
Inherited Properties
| id | The identifier of the resource. NOTE: This property will not be serialized. It can only be populated by the server. | 
| location | The location of the resource. | 
| name | The name of the resource. NOTE: This property will not be serialized. It can only be populated by the server. | 
| tags | The tags of the resource. | 
| type | The type of the resource. NOTE: This property will not be serialized. It can only be populated by the server. | 
Property Details
		allowedSubnets
	 
	
		createdDate
	 
	The creation date of the virtual network. NOTE: This property will not be serialized. It can only be populated by the server.
createdDate?: DateProperty Value
Date
description
The description of the virtual network.
description?: stringProperty Value
string
		externalProviderResourceId
	   
	The Microsoft.Network resource identifier of the virtual network.
externalProviderResourceId?: stringProperty Value
string
		externalSubnets
	 
	The external subnet properties. NOTE: This property will not be serialized. It can only be populated by the server.
externalSubnets?: ExternalSubnet[]Property Value
		provisioningState
	 
	The provisioning status of the resource. NOTE: This property will not be serialized. It can only be populated by the server.
provisioningState?: stringProperty Value
string
		subnetOverrides
	 
	The subnet overrides of the virtual network.
subnetOverrides?: SubnetOverride[]Property Value
		uniqueIdentifier
	 
	The unique immutable identifier of a resource (Guid). NOTE: This property will not be serialized. It can only be populated by the server.
uniqueIdentifier?: stringProperty Value
string
Inherited Property Details
id
The identifier of the resource. NOTE: This property will not be serialized. It can only be populated by the server.
id?: stringProperty Value
string
Inherited From Resource.id
location
The location of the resource.
location?: stringProperty Value
string
Inherited From Resource.location
name
The name of the resource. NOTE: This property will not be serialized. It can only be populated by the server.
name?: stringProperty Value
string
Inherited From Resource.name
tags
The tags of the resource.
tags?: {[propertyName: string]: string}Property Value
{[propertyName: string]: string}
Inherited From Resource.tags
type
The type of the resource. NOTE: This property will not be serialized. It can only be populated by the server.
type?: stringProperty Value
string
Inherited From Resource.type