TopLevelDomainAgreementOption 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
TopLevelDomainAgreementOption() |
Initializes a new instance of the TopLevelDomainAgreementOption class. |
TopLevelDomainAgreementOption(Nullable<Boolean>, Nullable<Boolean>) |
Initializes a new instance of the TopLevelDomainAgreementOption class. |
TopLevelDomainAgreementOption()
Initializes a new instance of the TopLevelDomainAgreementOption class.
public TopLevelDomainAgreementOption ();
Public Sub New ()
Applies to
TopLevelDomainAgreementOption(Nullable<Boolean>, Nullable<Boolean>)
Initializes a new instance of the TopLevelDomainAgreementOption class.
public TopLevelDomainAgreementOption (bool? includePrivacy = default, bool? forTransfer = default);
new Microsoft.Azure.Management.WebSites.Models.TopLevelDomainAgreementOption : Nullable<bool> * Nullable<bool> -> Microsoft.Azure.Management.WebSites.Models.TopLevelDomainAgreementOption
Public Sub New (Optional includePrivacy As Nullable(Of Boolean) = Nothing, Optional forTransfer As Nullable(Of Boolean) = Nothing)
Parameters
If <code>true</code>, then the list of agreements will include agreements for domain privacy as well; otherwise, <code>false</code>.
If <code>true</code>, then the list of agreements will include agreements for domain transfer as well; otherwise, <code>false</code>.
Applies to
Azure SDK for .NET