你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

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

Properties

Name Description
CreatedOn

Zones timeCreated.

DnsPrivateZoneLifecycleState

Zones lifecycleState.

IsProtected

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

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.

ViewOcid

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.

ZoneOcid

The OCID of the Zone.

ZoneType

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

Methods

Name Description
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

Name Description
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