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)

type IDNSServerOperations = interface end

NameDescription
System_CAPS_pubmethodAddDNSServerAsync(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_pubmethodBeginAddingDNSServerAsync(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_pubmethodBeginDeletingDNSServerAsync(String, String, String, CancellationToken)

Deletes a definition for an existing DNS server from the deployment

System_CAPS_pubmethodBeginUpdatingDNSServerAsync(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_pubmethodDeleteDNSServerAsync(String, String, String, CancellationToken)

Deletes a definition for an existing DNS server from the deployment

System_CAPS_pubmethodUpdateDNSServerAsync(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

NameDescription
System_CAPS_pubmethodAddDNSServer(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_pubmethodAddDNSServerAsync(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_pubmethodBeginAddingDNSServer(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_pubmethodBeginAddingDNSServerAsync(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_pubmethodBeginDeletingDNSServer(String, String, String)

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

System_CAPS_pubmethodBeginDeletingDNSServerAsync(String, String, String)

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

System_CAPS_pubmethodBeginUpdatingDNSServer(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_pubmethodBeginUpdatingDNSServerAsync(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_pubmethodDeleteDNSServer(String, String, String)

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

System_CAPS_pubmethodDeleteDNSServerAsync(String, String, String)

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

System_CAPS_pubmethodUpdateDNSServer(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_pubmethodUpdateDNSServerAsync(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.)

Return to top
Show: