DbNodeDetails Class

Definition

Details of the ExaCS Db node. Applies to Exadata Database Service on Exascale Infrastructure only.

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Oracle.Models.DbNodeDetailsTypeConverter))]
public class DbNodeDetails : Microsoft.Azure.PowerShell.Cmdlets.Oracle.Models.IDbNodeDetails
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Oracle.Models.DbNodeDetailsTypeConverter))>]
type DbNodeDetails = class
    interface IDbNodeDetails
    interface IJsonSerializable
Public Class DbNodeDetails
Implements IDbNodeDetails
Inheritance
DbNodeDetails
Attributes
Implements

Constructors

Name Description
DbNodeDetails()

Creates an new DbNodeDetails instance.

Properties

Name Description
DbNodeId

Exascale DbNode Azure Resource ID

Methods

Name Description
DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of DbNodeDetails.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of DbNodeDetails.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Oracle.Models.IDbNodeDetails.

FromJsonString(String)

Creates a new instance of DbNodeDetails, deserializing the content from a json string.

ToJson(JsonObject, SerializationMode)

Serializes this instance of DbNodeDetails into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()

Applies to