SystemVersionProperties Class

Definition

System Version Resource model

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

Constructors

Name Description
SystemVersionProperties()

Creates an new SystemVersionProperties instance.

Properties

Name Description
SystemVersion

A valid Oracle System Version

Methods

Name Description
DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of SystemVersionProperties.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of SystemVersionProperties.

FromJson(JsonNode)

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

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of SystemVersionProperties into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()

Applies to