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 https://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)

Inheritance Hierarchy

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

Syntax

public static class DNSServerOperationsExtensions
[ExtensionAttribute]
public ref class DNSServerOperationsExtensions abstract sealed 
[<AbstractClass>]
[<Sealed>]
type DNSServerOperationsExtensions = class end
<ExtensionAttribute>
Public NotInheritable Class DNSServerOperationsExtensions

Methods

Name Description
System_CAPS_pubmethodSystem_CAPS_static AddDNSServer(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_static AddDNSServerAsync(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_static BeginAddingDNSServer(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_static BeginAddingDNSServerAsync(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_static BeginDeletingDNSServer(IDNSServerOperations, String, String, String)

Deletes a definition for an existing DNS server from the deployment

System_CAPS_pubmethodSystem_CAPS_static BeginDeletingDNSServerAsync(IDNSServerOperations, String, String, String)

Deletes a definition for an existing DNS server from the deployment

System_CAPS_pubmethodSystem_CAPS_static BeginUpdatingDNSServer(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_static BeginUpdatingDNSServerAsync(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_static DeleteDNSServer(IDNSServerOperations, String, String, String)

Deletes a definition for an existing DNS server from the deployment

System_CAPS_pubmethodSystem_CAPS_static DeleteDNSServerAsync(IDNSServerOperations, String, String, String)

Deletes a definition for an existing DNS server from the deployment

System_CAPS_pubmethodSystem_CAPS_static UpdateDNSServer(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_static UpdateDNSServerAsync(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

Thread Safety

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

See Also

Microsoft.WindowsAzure.Management.Compute Namespace

Return to top