ExadbVMClusterUpdate 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 type used for update operations of the ExadbVmCluster.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Oracle.Models.ExadbVMClusterUpdateTypeConverter))]
public class ExadbVMClusterUpdate : Microsoft.Azure.PowerShell.Cmdlets.Oracle.Models.IExadbVMClusterUpdate
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Oracle.Models.ExadbVMClusterUpdateTypeConverter))>]
type ExadbVMClusterUpdate = class
interface IExadbVMClusterUpdate
interface IJsonSerializable
Public Class ExadbVMClusterUpdate
Implements IExadbVMClusterUpdate
- Inheritance
-
ExadbVMClusterUpdate
- Attributes
- Implements
Constructors
| Name | Description |
|---|---|
| ExadbVMClusterUpdate() |
Creates an new ExadbVMClusterUpdate instance. |
Properties
| Name | Description |
|---|---|
| NodeCount |
The number of nodes in the Exadata VM cluster on Exascale Infrastructure. |
| Tag |
Resource tags. |
| Zone |
The availability zones. |
Methods
| Name | Description |
|---|---|
| DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of ExadbVMClusterUpdate. |
| DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of ExadbVMClusterUpdate. |
| FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Oracle.Models.IExadbVMClusterUpdate. |
| FromJsonString(String) |
Creates a new instance of ExadbVMClusterUpdate, deserializing the content from a json string. |
| ToJson(JsonObject, SerializationMode) |
Serializes this instance of ExadbVMClusterUpdate into a JsonNode. |
| ToJsonString() |
Serializes this instance to a json string. |
| ToString() | |