TopLevelDomainProperties 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.
TopLevelDomain resource specific properties
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.TopLevelDomainPropertiesTypeConverter))]
public class TopLevelDomainProperties : Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ITopLevelDomainProperties
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.TopLevelDomainPropertiesTypeConverter))>]
type TopLevelDomainProperties = class
interface ITopLevelDomainProperties
interface IJsonSerializable
Public Class TopLevelDomainProperties
Implements ITopLevelDomainProperties
- Inheritance
-
TopLevelDomainProperties
- Attributes
- Implements
Constructors
TopLevelDomainProperties() |
Creates an new TopLevelDomainProperties instance. |
Properties
Privacy |
If |
Methods
DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of TopLevelDomainProperties. |
DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of TopLevelDomainProperties. |
FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ITopLevelDomainProperties. |
FromJsonString(String) |
Creates a new instance of TopLevelDomainProperties, deserializing the content from a json string. |
ToJson(JsonObject, SerializationMode) |
Serializes this instance of TopLevelDomainProperties into a JsonNode. |
ToJsonString() |
Serializes this instance to a json string. |