NetworkListResponse::VirtualNetworkSite::DnsServers Property

 

Optional. The list of available DNS Servers associated with the virtual network site.

Namespace:   Microsoft.WindowsAzure.Management.Network.Models
Assembly:  Microsoft.WindowsAzure.Management.Network (in Microsoft.WindowsAzure.Management.Network.dll)

public:
property IList<NetworkListResponse::DnsServer^>^ DnsServers {
	IList<NetworkListResponse::DnsServer^>^ get();
	void set(IList<NetworkListResponse::DnsServer^>^ value);
}
Return to top
Show: