DnsDomainConfiguration Constructor |
This API is preliminary and subject to change.
Namespace: net.openstack.Providers.Rackspace.Objects.DnsAssembly: openstacknet (in openstacknet.dll) Version: 1.7.7+Branch.master.Sha.25d803f397c8693c2c13777ef6675f796f520f2c
Syntax public DnsDomainConfiguration(
string name,
Nullable<TimeSpan> timeToLive,
string emailAddress,
string comment,
IEnumerable<DnsDomainRecordConfiguration> records,
IEnumerable<DnsSubdomainConfiguration> subdomains
)
Public Sub New (
name As String,
timeToLive As Nullable(Of TimeSpan),
emailAddress As String,
comment As String,
records As IEnumerable(Of DnsDomainRecordConfiguration),
subdomains As IEnumerable(Of DnsSubdomainConfiguration)
)
public:
DnsDomainConfiguration(
String^ name,
Nullable<TimeSpan> timeToLive,
String^ emailAddress,
String^ comment,
IEnumerable<DnsDomainRecordConfiguration^>^ records,
IEnumerable<DnsSubdomainConfiguration^>^ subdomains
)
new :
name : string *
timeToLive : Nullable<TimeSpan> *
emailAddress : string *
comment : string *
records : IEnumerable<DnsDomainRecordConfiguration> *
subdomains : IEnumerable<DnsSubdomainConfiguration> -> DnsDomainConfiguration
Parameters
- name
- Type: SystemString
The fully-qualified domain name. - timeToLive
- Type: SystemNullableTimeSpan
The time-to-live for the domain. - emailAddress
- Type: SystemString
The email address associated with the domain. - comment
- Type: SystemString
An optional comment associated with the domain. - records
- Type: System.Collections.GenericIEnumerableDnsDomainRecordConfiguration
A collection of DnsDomainRecordConfiguration objects describing the initial DNS records to associate with the domain. - subdomains
- Type: System.Collections.GenericIEnumerableDnsSubdomainConfiguration
A collection of DnsSubdomainConfiguration objects containing the initial subdomains to create with the domain.
Exceptions Version Information .NET Framework
Supported in: 4.5
openstack.net
Supported in: 1.6, 1.5, 1.4, 1.3.6
See Also