Sdílet prostřednictvím


RecordSetProperties Class

Definition

Represents the properties of the records in the record set.

[Microsoft.Azure.PowerShell.Cmdlets.Dns.DoNotFormat]
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Dns.Models.Api20230701Preview.RecordSetPropertiesTypeConverter))]
public class RecordSetProperties : Microsoft.Azure.PowerShell.Cmdlets.Dns.Models.Api20230701Preview.IRecordSetProperties
[<Microsoft.Azure.PowerShell.Cmdlets.Dns.DoNotFormat>]
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Dns.Models.Api20230701Preview.RecordSetPropertiesTypeConverter))>]
type RecordSetProperties = class
    interface IRecordSetProperties
    interface IJsonSerializable
Public Class RecordSetProperties
Implements IRecordSetProperties
Inheritance
RecordSetProperties
Attributes
Implements

Constructors

RecordSetProperties()

Creates an new RecordSetProperties instance.

Properties

AaaaRecord

The list of AAAA records in the record set.

ARecord

The list of A records in the record set.

CaaRecord

The list of CAA records in the record set.

CnameRecordCname

The canonical name for this CNAME record.

DsRecord

The list of DS records in the record set.

Fqdn

Fully qualified domain name of the record set.

Metadata

The metadata attached to the record set.

MxRecord

The list of MX records in the record set.

NaptrRecord

The list of NAPTR records in the record set.

NsRecord

The list of NS records in the record set.

ProvisioningState

provisioning State of the record set.

PtrRecord

The list of PTR records in the record set.

SoaRecordEmail

The email contact for this SOA record.

SoaRecordExpireTime

The expire time for this SOA record.

SoaRecordHost

The domain name of the authoritative name server for this SOA record.

SoaRecordMinimumTtl

The minimum value for this SOA record. By convention this is used to determine the negative caching duration.

SoaRecordRefreshTime

The refresh value for this SOA record.

SoaRecordRetryTime

The retry time for this SOA record.

SoaRecordSerialNumber

The serial number for this SOA record.

SrvRecord

The list of SRV records in the record set.

TargetResourceId

Resource Id.

TlsaRecord

The list of TLSA records in the record set.

Ttl

The TTL (time-to-live) of the records in the record set.

TxtRecord

The list of TXT records in the record set.

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of RecordSetProperties.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of RecordSetProperties.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Dns.Models.Api20230701Preview.IRecordSetProperties.

FromJsonString(String)

Creates a new instance of RecordSetProperties, deserializing the content from a json string.

ToJson(JsonObject, SerializationMode)

Serializes this instance of RecordSetProperties into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()

Applies to