IAutonomousDatabase.OperationsInsightsStatus Property
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.
Status of Operations Insights for this Autonomous Database.
[Microsoft.Azure.PowerShell.Cmdlets.Oracle.PSArgumentCompleter(new System.String[] { "Enabling", "Enabled", "Disabling", "NotEnabled", "FailedEnabling", "FailedDisabling" })]
[Microsoft.Azure.PowerShell.Cmdlets.Oracle.Runtime.Info(Create=false, Description="Status of Operations Insights for this Autonomous Database.", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=true, Required=false, SerializedName="operationsInsightsStatus", Update=false)]
public string OperationsInsightsStatus { get; }
[<Microsoft.Azure.PowerShell.Cmdlets.Oracle.PSArgumentCompleter(new System.String[] { "Enabling", "Enabled", "Disabling", "NotEnabled", "FailedEnabling", "FailedDisabling" })>]
[<Microsoft.Azure.PowerShell.Cmdlets.Oracle.Runtime.Info(Create=false, Description="Status of Operations Insights for this Autonomous Database.", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=true, Required=false, SerializedName="operationsInsightsStatus", Update=false)>]
member this.OperationsInsightsStatus : string
Public ReadOnly Property OperationsInsightsStatus As String
Property Value
- Attributes