Share via


DomainPatchResource Constructors

Definition

Overloads

DomainPatchResource()
DomainPatchResource(Contact, Contact, Contact, Contact, DomainPurchaseConsent, String, String, 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)

DomainPatchResource()

public DomainPatchResource ();
Public Sub New ()

Applies to

DomainPatchResource(Contact, Contact, Contact, Contact, DomainPurchaseConsent, String, String, 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 DomainPatchResource (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, 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.DomainPatchResource : 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 * 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.DomainPatchResource
Public Sub New (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 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

contactAdmin
Contact
contactBilling
Contact
contactRegistrant
Contact
contactTech
Contact
id
String
name
String
kind
String
type
String
registrationStatus
Nullable<DomainStatus>
provisioningState
Nullable<ProvisioningState>
nameServers
IList<String>
privacy
Nullable<Boolean>
createdTime
Nullable<DateTime>
expirationTime
Nullable<DateTime>
lastRenewedTime
Nullable<DateTime>
autoRenew
Nullable<Boolean>
readyForDnsRecordManagement
Nullable<Boolean>
managedHostNames
IList<HostName>
domainNotRenewableReasons
IList<String>
dnsType
Nullable<DnsType>
dnsZoneId
String
targetDnsType
Nullable<DnsType>
authCode
String

Applies to