DbSystemOptions Class

Definition

DbSystemOptions resource properties.

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

Constructors

Name Description
DbSystemOptions()

Creates an new DbSystemOptions instance.

Properties

Name Description
StorageManagement

The storage option used in DB system. ASM - Automatic storage management, LVM - Logical Volume management.

Methods

Name Description
DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of DbSystemOptions.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of DbSystemOptions.

FromJson(JsonNode)

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

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of DbSystemOptions into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()

Applies to