Compartir a través de


TxtRecord Class

Definition

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)

Deserializes a PSObject into an instance of TxtRecord.

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)

Serializes this instance of TxtRecord into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()

Applies to