DNSServerOperationsExtensions Methods

 

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

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

Return to top
Show: