Share via


OracleDnsPrivateZoneProperties Class

Definition

Zones resource model.

public class OracleDnsPrivateZoneProperties : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.OracleDatabase.Models.OracleDnsPrivateZoneProperties>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.OracleDatabase.Models.OracleDnsPrivateZoneProperties>
type OracleDnsPrivateZoneProperties = class
    interface IJsonModel<OracleDnsPrivateZoneProperties>
    interface IPersistableModel<OracleDnsPrivateZoneProperties>
Public Class OracleDnsPrivateZoneProperties
Implements IJsonModel(Of OracleDnsPrivateZoneProperties), IPersistableModel(Of OracleDnsPrivateZoneProperties)
Inheritance
OracleDnsPrivateZoneProperties
Implements

Constructors

OracleDnsPrivateZoneProperties(ResourceIdentifier, Boolean, String, Int32, String, OracleDnsPrivateZoneType, DateTimeOffset)

Initializes a new instance of OracleDnsPrivateZoneProperties.

Properties

CreatedOn

Zones timeCreated.

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.

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.

Explicit Interface Implementations

IJsonModel<OracleDnsPrivateZoneProperties>.Create(Utf8JsonReader, ModelReaderWriterOptions)

Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model.

IJsonModel<OracleDnsPrivateZoneProperties>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<OracleDnsPrivateZoneProperties>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<OracleDnsPrivateZoneProperties>.GetFormatFromOptions(ModelReaderWriterOptions)

Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service.

IPersistableModel<OracleDnsPrivateZoneProperties>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to