DbNodeDetails 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.
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() | |