DbActionResponse Class

Definition

ExascaleDbNode action response

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

Constructors

Name Description
DbActionResponse()

Creates an new DbActionResponse instance.

Properties

Name Description
ProvisioningState

ExascaleDbNode provisioning state

Methods

Name Description
DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of DbActionResponse.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of DbActionResponse.

FromJson(JsonNode)

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

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of DbActionResponse into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()

Applies to