TopLevelDomainAgreementOption Constructors

Definition

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

includePrivacy
Nullable<Boolean>

If <code>true</code>, then the list of agreements will include agreements for domain privacy as well; otherwise, <code>false</code>.

forTransfer
Nullable<Boolean>

If <code>true</code>, then the list of agreements will include agreements for domain transfer as well; otherwise, <code>false</code>.

Applies to