DsRecord 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 DS record. For more information about the DS record format, see RFC 4034: https://www.rfc-editor.org/rfc/rfc4034
[Microsoft.Azure.PowerShell.Cmdlets.Dns.DoNotFormat]
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Dns.Models.Api20230701Preview.DsRecordTypeConverter))]
public class DsRecord : Microsoft.Azure.PowerShell.Cmdlets.Dns.Models.Api20230701Preview.IDsRecord
[<Microsoft.Azure.PowerShell.Cmdlets.Dns.DoNotFormat>]
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Dns.Models.Api20230701Preview.DsRecordTypeConverter))>]
type DsRecord = class
interface IDsRecord
interface IJsonSerializable
Public Class DsRecord
Implements IDsRecord
- Inheritance
-
DsRecord
- Attributes
- Implements
Constructors
DsRecord() |
Creates an new DsRecord instance. |
Properties
Algorithm |
The security algorithm type represents the standard security algorithm number of the DNSKEY Resource Record. See: https://www.iana.org/assignments/dns-sec-alg-numbers/dns-sec-alg-numbers.xhtml |
DigestAlgorithmType |
The digest algorithm type represents the standard digest algorithm number used to construct the digest. See: https://www.iana.org/assignments/ds-rr-types/ds-rr-types.xhtml |
DigestValue |
The digest value is a cryptographic hash value of the referenced DNSKEY Resource Record. |
KeyTag |
The key tag value is used to determine which DNSKEY Resource Record is used for signature verification. |
Methods
DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of DsRecord. |
DeserializeFromPSObject(PSObject) | |
FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Dns.Models.Api20230701Preview.IDsRecord. |
FromJsonString(String) |
Creates a new instance of DsRecord, deserializing the content from a json string. |
ToJson(JsonObject, SerializationMode) | |
ToJsonString() |
Serializes this instance to a json string. |
ToString() |