IAutonomousDatabaseBaseProperties.ScheduledOperationScheduledStopTime 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.
auto stop time. value must be of ISO-8601 format HH:mm
[Microsoft.Azure.PowerShell.Cmdlets.Oracle.Runtime.Info(Create=true, Description="auto stop time. value must be of ISO-8601 format HH:mm", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=false, Required=false, SerializedName="scheduledStopTime", Update=true)]
public string ScheduledOperationScheduledStopTime { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.Oracle.Runtime.Info(Create=true, Description="auto stop time. value must be of ISO-8601 format HH:mm", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=false, Required=false, SerializedName="scheduledStopTime", Update=true)>]
member this.ScheduledOperationScheduledStopTime : string with get, set
Public Property ScheduledOperationScheduledStopTime As String
Property Value
- Attributes