DnsPrivateZoneProperties Class

Definition

Zones resource model

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Oracle.Models.DnsPrivateZonePropertiesTypeConverter))]
public class DnsPrivateZoneProperties : Microsoft.Azure.PowerShell.Cmdlets.Oracle.Models.IDnsPrivateZoneProperties
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Oracle.Models.DnsPrivateZonePropertiesTypeConverter))>]
type DnsPrivateZoneProperties = class
    interface IDnsPrivateZoneProperties
    interface IJsonSerializable
Public Class DnsPrivateZoneProperties
Implements IDnsPrivateZoneProperties
Inheritance
DnsPrivateZoneProperties
Attributes
Implements

Constructors

Name Description
DnsPrivateZoneProperties()

Creates an new DnsPrivateZoneProperties instance.

Properties

Name Description
IsProtected

A Boolean flag indicating whether or not parts of the resource are unable to be explicitly managed.

LifecycleState

Zones lifecycleState

Ocid

The OCID of the Zone

ProvisioningState

Azure resource provisioning state.

Self

The canonical absolute URL of the resource.

Serial

The current serial of the zone. As seen in the zone's SOA record.

TimeCreated

Zones timeCreated

Version

Version is the never-repeating, totally-orderable, version of the zone, from which the serial field of the zone's SOA record is derived.

ViewId

The OCID of the private view containing the zone. This value will be null for zones in the global DNS, which are publicly resolvable and not part of a private view.

ZoneType

The type of the zone. Must be either PRIMARY or SECONDARY. SECONDARY is only supported for GLOBAL zones.

Methods

Name Description
DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of DnsPrivateZoneProperties.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of DnsPrivateZoneProperties.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Oracle.Models.IDnsPrivateZoneProperties.

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of DnsPrivateZoneProperties into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()

Applies to