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