Share via


DNSServerOperationsExtensions Members

The Service Management API provides programmatic access to much of the functionality available through the Management Portal. The Service Management API is a REST API. All API operations are performed over SSL, and are mutually authenticated using X.509 v3 certificates. (see https://msdn.microsoft.com/en-us/library/windowsazure/ee460799.aspx for more information)

The following tables list the members exposed by the DNSServerOperationsExtensions type.

Public Methods

  Name Description
AddDNSServer Add a definition for a DNS server to an existing deployment. VM's in this deployment will be programmed to use this DNS server for all DNS resolutions
AddDNSServerAsync Add a definition for a DNS server to an existing deployment. VM's in this deployment will be programmed to use this DNS server for all DNS resolutions
BeginAddingDNSServer Add a definition for a DNS server to an existing deployment. VM's in this deployment will be programmed to use this DNS server for all DNS resolutions
BeginAddingDNSServerAsync Add a definition for a DNS server to an existing deployment. VM's in this deployment will be programmed to use this DNS server for all DNS resolutions
BeginDeletingDNSServer Deletes a definition for an existing DNS server from the deployment
BeginDeletingDNSServerAsync Deletes a definition for an existing DNS server from the deployment
BeginUpdatingDNSServer Updates a definition for an existing DNS server. Updates to address is the only change allowed. DNS server name cannot be changed
BeginUpdatingDNSServerAsync Updates a definition for an existing DNS server. Updates to address is the only change allowed. DNS server name cannot be changed
DeleteDNSServer Deletes a definition for an existing DNS server from the deployment
DeleteDNSServerAsync Deletes a definition for an existing DNS server from the deployment
UpdateDNSServer Updates a definition for an existing DNS server. Updates to address is the only change allowed. DNS server name cannot be changed
UpdateDNSServerAsync Updates a definition for an existing DNS server. Updates to address is the only change allowed. DNS server name cannot be changed

Top

See Also

Reference

DNSServerOperationsExtensions Class
Microsoft.WindowsAzure.Management.Compute Namespace