Click or drag to resize
DnsServiceExtensions Class
This API is preliminary and subject to change.

Note: This API is now obsolete.

Provides extension methods to allow synchronous calls to the methods in IDnsService.
Inheritance Hierarchy
SystemObject
  net.openstack.Core.SynchronousDnsServiceExtensions

Namespace: net.openstack.Core.Synchronous
Assembly: openstacknet (in openstacknet.dll) Version: 1.7.7+Branch.master.Sha.25d803f397c8693c2c13777ef6675f796f520f2c
Syntax
[ObsoleteAttribute("These synchronous wrappers should not be used. For more information, see http://blogs.msdn.com/b/pfxteam/archive/2012/04/13/10293638.aspx.")]
public static class DnsServiceExtensions

The DnsServiceExtensions type exposes the following members.

Methods
  NameDescription
Public methodStatic memberAddPtrRecords Obsolete.
Adds reverse DNS records to a cloud resource in the DNS service.
Public methodStatic memberAddRecords Obsolete.
Adds records to a domain in the DNS service.
Public methodStatic memberCloneDomain Obsolete.
Clones a domain registered in the DNS service, optionally cloning its subdomains as well.
Public methodStatic memberCreateDomains Obsolete.
Registers one or more new domains in the DNS service.
Public methodStatic memberExportDomain Obsolete.
Exports a domain registered in the DNS service.
Public methodStatic memberGetJobStatus(IDnsService, DnsJob, Boolean) Obsolete.
Gets information about an asynchronous task being executed by the DNS service.
Public methodStatic memberGetJobStatusTResponse(IDnsService, DnsJobTResponse, Boolean) Obsolete.
Gets information about an asynchronous task with a strongly-typed result being executed by the DNS service.
Public methodStatic memberImportDomain Obsolete.
Imports domains into the DNS service.
Public methodStatic memberListDomainChanges Obsolete.
Gets information about all changes made to a domain since a specified time.
Public methodStatic memberListDomainDetails Obsolete.
Gets detailed information about a specific domain.
Public methodStatic memberListDomains Obsolete.
Gets information about domains currently listed in the DNS service.
Public methodStatic memberListLimits(IDnsService) Obsolete.
Get information about the provider-specific limits of this service.
Public methodStatic memberListLimits(IDnsService, LimitType) Obsolete.
Get information about the provider-specific limits of this service for a particular LimitType.
Public methodStatic memberListLimitTypes Obsolete.
Get information about the types of provider-specific limits in place for this service.
Public methodStatic memberListPtrRecordDetails Obsolete.
Gets detailed information about a reverse DNS record currently associated with a cloud resource in the DNS service.
Public methodStatic memberListPtrRecords Obsolete.
Gets information about reverse DNS records currently associated with a cloud resource in the DNS service.
Public methodStatic memberListRecordDetails Obsolete.
Gets detailed information about a specific DNS record.
Public methodStatic memberListRecords Obsolete.
Gets information about records currently associated with a domain in the DNS service, optionally filtering the results to include only records of a specific type, name, and/or data.
Public methodStatic memberListSubdomains Obsolete.
Gets information about subdomains currently associated with a domain in the DNS service.
Public methodStatic memberRemoveDomains Obsolete.
Removes one or more domains from the DNS service.
Public methodStatic memberRemovePtrRecords Obsolete.
Removes one or more reverse DNS records from the DNS service.
Public methodStatic memberRemoveRecords Obsolete.
Removes one or more domain records from the DNS service.
Public methodStatic memberUpdateDomains Obsolete.
Updates one or more domains in the DNS service.
Public methodStatic memberUpdatePtrRecords Obsolete.
Update reverse DNS records for a cloud resource in the DNS service.
Public methodStatic memberUpdateRecords Obsolete.
Updates domain records in the DNS service.
Top
Version Information

.NET Framework

Obsolete (compiler warning) in 4.5

openstack.net

Obsolete (compiler warning) in 1.6
Obsolete (compiler warning) in 1.5
Obsolete (compiler warning) in 1.4
Obsolete (compiler warning) in 1.3.6
See Also