Share via


ARecord Class

Definition

An A record.

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

Constructors

ARecord()

Creates an new ARecord instance.

Properties

Ipv4Address

The IPv4 address of this A record.

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of ARecord.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of ARecord.

FromJson(JsonNode)

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

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of ARecord into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()

Applies to