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

OracleDnsPrivateViewProperties Class

Definition

Views resource model.

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

Properties

Name Description
CreatedOn

views timeCreated.

DisplayName

The display name of the view resource.

DnsPrivateViewLifecycleState

Views lifecycleState.

DnsPrivateViewOcid

The OCID of the view.

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.

UpdatedOn

views timeCreated.

Methods

Name Description
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

Name Description
IJsonModel<OracleDnsPrivateViewProperties>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<OracleDnsPrivateViewProperties>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<OracleDnsPrivateViewProperties>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<OracleDnsPrivateViewProperties>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<OracleDnsPrivateViewProperties>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to