Condividi tramite


DnssecConfig Class

Definition

Represents the DNSSEC configuration.

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

Constructors

DnssecConfig()

Creates an new DnssecConfig instance.

Properties

Etag

The etag of the DNSSEC configuration.

Id

The ID of the DNSSEC configuration.

Name

The name of the DNSSEC configuration.

ProvisioningState

Provisioning State of the DNSSEC configuration.

ResourceGroupName

Gets the resource group name

SigningKey

The list of signing keys.

SystemDataCreatedAt

The timestamp of resource creation (UTC).

SystemDataCreatedBy

The identity that created the resource.

SystemDataCreatedByType

The type of identity that created the resource.

SystemDataLastModifiedAt

The timestamp of resource last modification (UTC)

SystemDataLastModifiedBy

The identity that last modified the resource.

SystemDataLastModifiedByType

The type of identity that last modified the resource.

Type

The type of the DNSSEC configuration.

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of DnssecConfig.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of DnssecConfig.

FromJson(JsonNode)

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

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of DnssecConfig into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()

Applies to