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