DnsPrivateViewProperties Class

Definition

Views resource model Serialized Name: DnsPrivateViewProperties

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

Constructors

DnsPrivateViewProperties(String, Boolean, String, DateTimeOffset, DateTimeOffset)

Initializes a new instance of DnsPrivateViewProperties.

Properties

DisplayName

The display name of the view resource Serialized Name: DnsPrivateViewProperties.displayName

IsProtected

A Boolean flag indicating whether or not parts of the resource are unable to be explicitly managed. Serialized Name: DnsPrivateViewProperties.isProtected

LifecycleState

Views lifecycleState Serialized Name: DnsPrivateViewProperties.lifecycleState

Ocid

The OCID of the view Serialized Name: DnsPrivateViewProperties.ocid

ProvisioningState

Azure resource provisioning state. Serialized Name: DnsPrivateViewProperties.provisioningState

Self

The canonical absolute URL of the resource. Serialized Name: DnsPrivateViewProperties.self

TimeCreated

views timeCreated Serialized Name: DnsPrivateViewProperties.timeCreated

TimeUpdated

views timeCreated Serialized Name: DnsPrivateViewProperties.timeUpdated

Explicit Interface Implementations

IJsonModel<DnsPrivateViewProperties>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<DnsPrivateViewProperties>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<DnsPrivateViewProperties>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<DnsPrivateViewProperties>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<DnsPrivateViewProperties>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to