IComputeManagementClient.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

IDNSServerOperations DnsServer { get; }
property IDNSServerOperations^ DnsServer {
    IDNSServerOperations^ get();
}
abstract DnsServer : IDNSServerOperations with get
ReadOnly Property DnsServer As IDNSServerOperations

Property Value

Type: Microsoft.WindowsAzure.Management.Compute.IDNSServerOperations

See Also

IComputeManagementClient Interface
Microsoft.WindowsAzure.Management.Compute Namespace

Return to top