2.2.4.8.2 VirtualNetworkSettings

The VirtualNetworkSettings type SHOULD<6> describe the Azure Virtual Network settings .

 <xs:complexType name="VirtualNetworkSettings">
   <xs:sequence>
     <xs:element minOccurs="1" maxOccurs="1" name="Enabled" type="xs:boolean" />
     <xs:element minOccurs="0" maxOccurs="1" name="VpnDeviceName" nillable="true" type="xs:string" />
     <xs:element minOccurs="0" maxOccurs="1" name="VirtualNetworkAddressPrefixes" nillable="true" xmlns:q1="http://schemas.datacontract.org/2004/07/Microsoft.WindowsServerSolutions.Networking" type="q1:ArrayOfAddressPrefix " />
   </xs:sequence>
 </xs:complexType>

Enabled:  TRUE if the Azure Virtual Network integration is enabled; otherwise, FALSE.

VpnDeviceName:  The name of the local VPN device.

VirtualNetworkAddressPrefixes:  The IP address ranges assigned to the Azure Virtual Network resources in Classless Inter-Domain Routing (CIDR) notation.