Share via


DnssecProperties Class

Definition

Represents the DNSSEC properties.

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

Constructors

DnssecProperties()

Creates an new DnssecProperties instance.

Properties

ProvisioningState

Provisioning State of the DNSSEC configuration.

SigningKey

The list of signing keys.

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of DnssecProperties.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of DnssecProperties.

FromJson(JsonNode)

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

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of DnssecProperties into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()

Applies to