Domain Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
Domain()
public Domain ();
Public Sub New ()
Applies to
Domain(String, Contact, Contact, Contact, Contact, DomainPurchaseConsent, String, String, String, String, IDictionary<String,String>, Nullable<DomainStatus>, Nullable<ProvisioningState>, IList<String>, Nullable<Boolean>, Nullable<DateTime>, Nullable<DateTime>, Nullable<DateTime>, Nullable<Boolean>, Nullable<Boolean>, IList<HostName>, IList<String>, Nullable<DnsType>, String, Nullable<DnsType>, String)
public Domain (string location, Microsoft.Azure.Management.WebSites.Version2016_09_01.Models.Contact contactAdmin, Microsoft.Azure.Management.WebSites.Version2016_09_01.Models.Contact contactBilling, Microsoft.Azure.Management.WebSites.Version2016_09_01.Models.Contact contactRegistrant, Microsoft.Azure.Management.WebSites.Version2016_09_01.Models.Contact contactTech, Microsoft.Azure.Management.WebSites.Version2016_09_01.Models.DomainPurchaseConsent consent, string id = default, string name = default, string kind = default, string type = default, System.Collections.Generic.IDictionary<string,string> tags = default, Microsoft.Azure.Management.WebSites.Version2016_09_01.Models.DomainStatus? registrationStatus = default, Microsoft.Azure.Management.WebSites.Version2016_09_01.Models.ProvisioningState? provisioningState = default, System.Collections.Generic.IList<string> nameServers = default, bool? privacy = default, DateTime? createdTime = default, DateTime? expirationTime = default, DateTime? lastRenewedTime = default, bool? autoRenew = default, bool? readyForDnsRecordManagement = default, System.Collections.Generic.IList<Microsoft.Azure.Management.WebSites.Version2016_09_01.Models.HostName> managedHostNames = default, System.Collections.Generic.IList<string> domainNotRenewableReasons = default, Microsoft.Azure.Management.WebSites.Version2016_09_01.Models.DnsType? dnsType = default, string dnsZoneId = default, Microsoft.Azure.Management.WebSites.Version2016_09_01.Models.DnsType? targetDnsType = default, string authCode = default);
new Microsoft.Azure.Management.WebSites.Version2016_09_01.Models.Domain : string * Microsoft.Azure.Management.WebSites.Version2016_09_01.Models.Contact * Microsoft.Azure.Management.WebSites.Version2016_09_01.Models.Contact * Microsoft.Azure.Management.WebSites.Version2016_09_01.Models.Contact * Microsoft.Azure.Management.WebSites.Version2016_09_01.Models.Contact * Microsoft.Azure.Management.WebSites.Version2016_09_01.Models.DomainPurchaseConsent * string * string * string * string * System.Collections.Generic.IDictionary<string, string> * Nullable<Microsoft.Azure.Management.WebSites.Version2016_09_01.Models.DomainStatus> * Nullable<Microsoft.Azure.Management.WebSites.Version2016_09_01.Models.ProvisioningState> * System.Collections.Generic.IList<string> * Nullable<bool> * Nullable<DateTime> * Nullable<DateTime> * Nullable<DateTime> * Nullable<bool> * Nullable<bool> * System.Collections.Generic.IList<Microsoft.Azure.Management.WebSites.Version2016_09_01.Models.HostName> * System.Collections.Generic.IList<string> * Nullable<Microsoft.Azure.Management.WebSites.Version2016_09_01.Models.DnsType> * string * Nullable<Microsoft.Azure.Management.WebSites.Version2016_09_01.Models.DnsType> * string -> Microsoft.Azure.Management.WebSites.Version2016_09_01.Models.Domain
Public Sub New (location As String, contactAdmin As Contact, contactBilling As Contact, contactRegistrant As Contact, contactTech As Contact, consent As DomainPurchaseConsent, Optional id As String = Nothing, Optional name As String = Nothing, Optional kind As String = Nothing, Optional type As String = Nothing, Optional tags As IDictionary(Of String, String) = Nothing, Optional registrationStatus As Nullable(Of DomainStatus) = Nothing, Optional provisioningState As Nullable(Of ProvisioningState) = Nothing, Optional nameServers As IList(Of String) = Nothing, Optional privacy As Nullable(Of Boolean) = Nothing, Optional createdTime As Nullable(Of DateTime) = Nothing, Optional expirationTime As Nullable(Of DateTime) = Nothing, Optional lastRenewedTime As Nullable(Of DateTime) = Nothing, Optional autoRenew As Nullable(Of Boolean) = Nothing, Optional readyForDnsRecordManagement As Nullable(Of Boolean) = Nothing, Optional managedHostNames As IList(Of HostName) = Nothing, Optional domainNotRenewableReasons As IList(Of String) = Nothing, Optional dnsType As Nullable(Of DnsType) = Nothing, Optional dnsZoneId As String = Nothing, Optional targetDnsType As Nullable(Of DnsType) = Nothing, Optional authCode As String = Nothing)
Parameters
- location
- String
- contactAdmin
- Contact
- contactBilling
- Contact
- contactRegistrant
- Contact
- contactTech
- Contact
- consent
- DomainPurchaseConsent
- id
- String
- name
- String
- kind
- String
- type
- String
- tags
- IDictionary<String,String>
- registrationStatus
- Nullable<DomainStatus>
- provisioningState
- Nullable<ProvisioningState>
- dnsZoneId
- String
- authCode
- String