DbSystemUpdateProperties Class

Definition

The updatable properties of the DbSystem.

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

Constructors

Name Description
DbSystemUpdateProperties()

Creates an new DbSystemUpdateProperties instance.

Properties

Name Description
Source

The source of the database for creating a new database.

Methods

Name Description
DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of DbSystemUpdateProperties.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of DbSystemUpdateProperties.

FromJson(JsonNode)

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

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of DbSystemUpdateProperties into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()

Applies to