ComputeManagementClient.DnsServer Property
The Compute Management API includes operations for managing the dns servers for your subscription.
Namespace: Microsoft.WindowsAzure.Management.Compute
Assembly: Microsoft.WindowsAzure.Management.Compute (in Microsoft.WindowsAzure.Management.Compute.dll)
Syntax
public virtual IDNSServerOperations DnsServer { get; }
public:
property IDNSServerOperations^ DnsServer {
virtual IDNSServerOperations^ get();
}
abstract DnsServer : IDNSServerOperations with get
override DnsServer : IDNSServerOperations with get
Public Overridable ReadOnly Property DnsServer As IDNSServerOperations
Property Value
Type: Microsoft.WindowsAzure.Management.Compute.IDNSServerOperations
Implements
IComputeManagementClient.DnsServer
See Also
ComputeManagementClient Class
Microsoft.WindowsAzure.Management.Compute Namespace
Return to top