Versions in this module Expand all Collapse all v1 v1.1.4 Sep 7, 2022 Changes in this version + type AddressSpace struct + AddressPrefix []string + type DNS struct + DNSServers []DNSServer + type DNSServer struct + IPAddress string + Name string + XMLName xml.Name + type DNSServerRef struct + Name string + type LocalNetworkSite struct + AddressSpace AddressSpace + Name string + VPNGatewayAddress string + type NetworkConfiguration struct + Configuration VirtualNetworkConfiguration + XMLName xml.Name + XMLNamespaceXsd string + XMLNamespaceXsi string + XMLNs string + type Subnet struct + AddressPrefix string + Name string + type VirtualNetworkClient struct + func NewClient(client management.Client) VirtualNetworkClient + func (c VirtualNetworkClient) GetVirtualNetworkConfiguration() (NetworkConfiguration, error) + func (c VirtualNetworkClient) SetVirtualNetworkConfiguration(networkConfiguration NetworkConfiguration) (management.OperationID, error) + func (client *VirtualNetworkClient) NewNetworkConfiguration() NetworkConfiguration + type VirtualNetworkConfiguration struct + DNS DNS + LocalNetworkSites []LocalNetworkSite + VirtualNetworkSites []VirtualNetworkSite + type VirtualNetworkSite struct + AddressSpace AddressSpace + DNSServersRef []DNSServerRef + Location string + Name string + Subnets []Subnet