AutonomousDatabaseLifecycleAction Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Autonomous Database Action Object
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Oracle.Models.AutonomousDatabaseLifecycleActionTypeConverter))]
public class AutonomousDatabaseLifecycleAction : Microsoft.Azure.PowerShell.Cmdlets.Oracle.Models.IAutonomousDatabaseLifecycleAction
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Oracle.Models.AutonomousDatabaseLifecycleActionTypeConverter))>]
type AutonomousDatabaseLifecycleAction = class
interface IAutonomousDatabaseLifecycleAction
interface IJsonSerializable
Public Class AutonomousDatabaseLifecycleAction
Implements IAutonomousDatabaseLifecycleAction
- Inheritance
-
AutonomousDatabaseLifecycleAction
- Attributes
- Implements
Constructors
| Name | Description |
|---|---|
| AutonomousDatabaseLifecycleAction() |
Creates an new AutonomousDatabaseLifecycleAction instance. |
Properties
| Name | Description |
|---|---|
| Action |
Autonomous Database lifecycle action |
Methods
| Name | Description |
|---|---|
| DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of AutonomousDatabaseLifecycleAction. |
| DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of AutonomousDatabaseLifecycleAction. |
| FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Oracle.Models.IAutonomousDatabaseLifecycleAction. |
| FromJsonString(String) |
Creates a new instance of AutonomousDatabaseLifecycleAction, deserializing the content from a json string. |
| ToJson(JsonObject, SerializationMode) |
Serializes this instance of AutonomousDatabaseLifecycleAction into a JsonNode. |
| ToJsonString() |
Serializes this instance to a json string. |
| ToString() | |