DNSServerOperationsExtensions Class

 

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 http://msdn.microsoft.com/en-us/library/windowsazure/ee460799.aspx for more information)

Namespace:   Microsoft.WindowsAzure.Management.Compute
Assembly:  Microsoft.WindowsAzure.Management.Compute (in Microsoft.WindowsAzure.Management.Compute.dll)

System.Object
  Microsoft.WindowsAzure.Management.Compute.DNSServerOperationsExtensions

public static class DNSServerOperationsExtensions

NameDescription
System_CAPS_pubmethodSystem_CAPS_staticAddDNSServer(IDNSServerOperations, String, String, DNSAddParameters)

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

System_CAPS_pubmethodSystem_CAPS_staticAddDNSServerAsync(IDNSServerOperations, String, String, DNSAddParameters)

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

System_CAPS_pubmethodSystem_CAPS_staticBeginAddingDNSServer(IDNSServerOperations, String, String, DNSAddParameters)

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

System_CAPS_pubmethodSystem_CAPS_staticBeginAddingDNSServerAsync(IDNSServerOperations, String, String, DNSAddParameters)

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

System_CAPS_pubmethodSystem_CAPS_staticBeginDeletingDNSServer(IDNSServerOperations, String, String, String)

Deletes a definition for an existing DNS server from the deployment

System_CAPS_pubmethodSystem_CAPS_staticBeginDeletingDNSServerAsync(IDNSServerOperations, String, String, String)

Deletes a definition for an existing DNS server from the deployment

System_CAPS_pubmethodSystem_CAPS_staticBeginUpdatingDNSServer(IDNSServerOperations, String, String, String, DNSUpdateParameters)

Updates a definition for an existing DNS server. Updates to address is the only change allowed. DNS server name cannot be changed

System_CAPS_pubmethodSystem_CAPS_staticBeginUpdatingDNSServerAsync(IDNSServerOperations, String, String, String, DNSUpdateParameters)

Updates a definition for an existing DNS server. Updates to address is the only change allowed. DNS server name cannot be changed

System_CAPS_pubmethodSystem_CAPS_staticDeleteDNSServer(IDNSServerOperations, String, String, String)

Deletes a definition for an existing DNS server from the deployment

System_CAPS_pubmethodSystem_CAPS_staticDeleteDNSServerAsync(IDNSServerOperations, String, String, String)

Deletes a definition for an existing DNS server from the deployment

System_CAPS_pubmethodSystem_CAPS_staticUpdateDNSServer(IDNSServerOperations, String, String, String, DNSUpdateParameters)

Updates a definition for an existing DNS server. Updates to address is the only change allowed. DNS server name cannot be changed

System_CAPS_pubmethodSystem_CAPS_staticUpdateDNSServerAsync(IDNSServerOperations, String, String, String, DNSUpdateParameters)

Updates a definition for an existing DNS server. Updates to address is the only change allowed. DNS server name cannot be changed

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Return to top
Show: