TxtRecord 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.
A TXT record.
[Microsoft.Azure.PowerShell.Cmdlets.Dns.DoNotFormat]
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Dns.Models.Api20230701Preview.TxtRecordTypeConverter))]
public class TxtRecord : Microsoft.Azure.PowerShell.Cmdlets.Dns.Models.Api20230701Preview.ITxtRecord
[<Microsoft.Azure.PowerShell.Cmdlets.Dns.DoNotFormat>]
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Dns.Models.Api20230701Preview.TxtRecordTypeConverter))>]
type TxtRecord = class
interface ITxtRecord
interface IJsonSerializable
Public Class TxtRecord
Implements ITxtRecord
- Inheritance
-
TxtRecord
- Attributes
- Implements
Constructors
TxtRecord() |
Creates an new TxtRecord instance. |
Properties
Value |
The text value of this TXT record. |
Methods
DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of TxtRecord. |
DeserializeFromPSObject(PSObject) | |
FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Dns.Models.Api20230701Preview.ITxtRecord. |
FromJsonString(String) |
Creates a new instance of TxtRecord, deserializing the content from a json string. |
ToJson(JsonObject, SerializationMode) | |
ToJsonString() |
Serializes this instance to a json string. |
ToString() |