TopLevelDomainAgreementOption Class
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.
Options for retrieving the list of top level domain legal agreements.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.TopLevelDomainAgreementOptionTypeConverter))]
public class TopLevelDomainAgreementOption : Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ITopLevelDomainAgreementOption
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.TopLevelDomainAgreementOptionTypeConverter))>]
type TopLevelDomainAgreementOption = class
interface ITopLevelDomainAgreementOption
interface IJsonSerializable
Public Class TopLevelDomainAgreementOption
Implements ITopLevelDomainAgreementOption
- Inheritance
-
TopLevelDomainAgreementOption
- Attributes
- Implements
Constructors
TopLevelDomainAgreementOption() |
Creates an new TopLevelDomainAgreementOption instance. |
Properties
ForTransfer |
If |
IncludePrivacy |
If |
Methods
DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of TopLevelDomainAgreementOption. |
DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of TopLevelDomainAgreementOption. |
FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ITopLevelDomainAgreementOption. |
FromJsonString(String) |
Creates a new instance of TopLevelDomainAgreementOption, deserializing the content from a json string. |
ToJson(JsonObject, SerializationMode) |
Serializes this instance of TopLevelDomainAgreementOption into a JsonNode. |
ToJsonString() |
Serializes this instance to a json string. |