OracleDnsPrivateViewProperties Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Constructors
OracleDnsPrivateViewProperties(ResourceIdentifier, Boolean, String, DateTimeOffset, DateTimeOffset) |
Initializes a new instance of OracleDnsPrivateViewProperties. |
Properties
CreatedOn |
views timeCreated. |
DisplayName |
The display name of the view resource. |
IsProtected |
A Boolean flag indicating whether or not parts of the resource are unable to be explicitly managed. |
LifecycleState |
Views lifecycleState. |
Ocid |
The OCID of the view. |
ProvisioningState |
Azure resource provisioning state. |
Self |
The canonical absolute URL of the resource. |
UpdatedOn |
views timeCreated. |
Explicit Interface Implementations
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
Azure SDK for .NET