ExadbVMClusterUpdateProperties Class

Definition

The updatable properties of the ExadbVmCluster.

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

Constructors

Name Description
ExadbVMClusterUpdateProperties()

Creates an new ExadbVMClusterUpdateProperties instance.

Properties

Name Description
NodeCount

The number of nodes in the Exadata VM cluster on Exascale Infrastructure.

Methods

Name Description
DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of ExadbVMClusterUpdateProperties.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of ExadbVMClusterUpdateProperties.

FromJson(JsonNode)

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

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of ExadbVMClusterUpdateProperties into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()

Applies to