DbSystemUpdate Class

Definition

The type used for update operations of the DbSystem.

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

Constructors

Name Description
DbSystemUpdate()

Creates an new DbSystemUpdate instance.

Properties

Name Description
Source

The source of the database for creating a new database.

Tag

Resource tags.

Zone

The availability zones.

Methods

Name Description
DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of DbSystemUpdate.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of DbSystemUpdate.

FromJson(JsonNode)

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

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of DbSystemUpdate into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()

Applies to