ARecord 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.
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) | |
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) | |
ToJsonString() |
Serializes this instance to a json string. |
ToString() |