GiMinorVersionProperties 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 Oracle Grid Infrastructure (GI) minor version properties
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Oracle.Models.GiMinorVersionPropertiesTypeConverter))]
public class GiMinorVersionProperties : Microsoft.Azure.PowerShell.Cmdlets.Oracle.Models.IGiMinorVersionProperties
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Oracle.Models.GiMinorVersionPropertiesTypeConverter))>]
type GiMinorVersionProperties = class
interface IGiMinorVersionProperties
interface IJsonSerializable
Public Class GiMinorVersionProperties
Implements IGiMinorVersionProperties
- Inheritance
-
GiMinorVersionProperties
- Attributes
- Implements
Constructors
| Name | Description |
|---|---|
| GiMinorVersionProperties() |
Creates an new GiMinorVersionProperties instance. |
Properties
| Name | Description |
|---|---|
| GridImageOcid |
Grid Infrastructure Image Id |
| Version |
A valid Oracle Grid Infrastructure (GI) software version. |
Methods
| Name | Description |
|---|---|
| DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of GiMinorVersionProperties. |
| DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of GiMinorVersionProperties. |
| FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Oracle.Models.IGiMinorVersionProperties. |
| FromJsonString(String) |
Creates a new instance of GiMinorVersionProperties, deserializing the content from a json string. |
| ToJson(JsonObject, SerializationMode) |
Serializes this instance of GiMinorVersionProperties into a JsonNode. |
| ToJsonString() |
Serializes this instance to a json string. |
| ToString() | |