Show / Hide Table of Contents

Class AutonomousDataBaseVariable

Autonomous database variable.

Inheritance
object
BaseVariable
AutonomousDataBaseVariable
Inherited Members
BaseVariable.Title
BaseVariable.Description
BaseVariable.IsRequired
BaseVariable.Visible
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Oci.FleetappsmanagementService.Models
Assembly: OCI.DotNetSDK.Fleetappsmanagement.dll
Syntax
public class AutonomousDataBaseVariable : BaseVariable

Properties

DependsOn

Declaration
[JsonProperty(PropertyName = "dependsOn")]
public AutonomousDataBaseVariableDependsOn DependsOn { get; set; }
Property Value
Type Description
AutonomousDataBaseVariableDependsOn
In this article
Back to top