IDNSServerOperations Interface

 

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 interface IDNSServerOperations
public interface class IDNSServerOperations
type IDNSServerOperations = interface end
Public Interface IDNSServerOperations

Methods

Name Description
System_CAPS_pubmethod AddDNSServerAsync(String, String, DNSAddParameters, CancellationToken)

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_pubmethod BeginAddingDNSServerAsync(String, String, DNSAddParameters, CancellationToken)

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_pubmethod BeginDeletingDNSServerAsync(String, String, String, CancellationToken)

Deletes a definition for an existing DNS server from the deployment

System_CAPS_pubmethod BeginUpdatingDNSServerAsync(String, String, String, DNSUpdateParameters, CancellationToken)

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

System_CAPS_pubmethod DeleteDNSServerAsync(String, String, String, CancellationToken)

Deletes a definition for an existing DNS server from the deployment

System_CAPS_pubmethod UpdateDNSServerAsync(String, String, String, DNSUpdateParameters, CancellationToken)

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

Extension Methods

Name Description
System_CAPS_pubmethod AddDNSServer(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(Defined by DNSServerOperationsExtensions.)

System_CAPS_pubmethod AddDNSServerAsync(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(Defined by DNSServerOperationsExtensions.)

System_CAPS_pubmethod BeginAddingDNSServer(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(Defined by DNSServerOperationsExtensions.)

System_CAPS_pubmethod BeginAddingDNSServerAsync(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(Defined by DNSServerOperationsExtensions.)

System_CAPS_pubmethod BeginDeletingDNSServer(String, String, String)

Deletes a definition for an existing DNS server from the deployment(Defined by DNSServerOperationsExtensions.)

System_CAPS_pubmethod BeginDeletingDNSServerAsync(String, String, String)

Deletes a definition for an existing DNS server from the deployment(Defined by DNSServerOperationsExtensions.)

System_CAPS_pubmethod BeginUpdatingDNSServer(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(Defined by DNSServerOperationsExtensions.)

System_CAPS_pubmethod BeginUpdatingDNSServerAsync(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(Defined by DNSServerOperationsExtensions.)

System_CAPS_pubmethod DeleteDNSServer(String, String, String)

Deletes a definition for an existing DNS server from the deployment(Defined by DNSServerOperationsExtensions.)

System_CAPS_pubmethod DeleteDNSServerAsync(String, String, String)

Deletes a definition for an existing DNS server from the deployment(Defined by DNSServerOperationsExtensions.)

System_CAPS_pubmethod UpdateDNSServer(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(Defined by DNSServerOperationsExtensions.)

System_CAPS_pubmethod UpdateDNSServerAsync(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(Defined by DNSServerOperationsExtensions.)

See Also

Microsoft.WindowsAzure.Management.Compute Namespace

Return to top