IAutonomousDatabaseBaseProperties.IsPreviewVersionWithServiceTermsAccepted Property

Definition

Specifies if the Autonomous Database preview version is being provisioned.

[Microsoft.Azure.PowerShell.Cmdlets.Oracle.Runtime.Info(Create=true, Description="Specifies if the Autonomous Database preview version is being provisioned.", PossibleTypes=new System.Type[] { typeof(System.Boolean) }, Read=false, ReadOnly=false, Required=false, SerializedName="isPreviewVersionWithServiceTermsAccepted", Update=false)]
public bool? IsPreviewVersionWithServiceTermsAccepted { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.Oracle.Runtime.Info(Create=true, Description="Specifies if the Autonomous Database preview version is being provisioned.", PossibleTypes=new System.Type[] { typeof(System.Boolean) }, Read=false, ReadOnly=false, Required=false, SerializedName="isPreviewVersionWithServiceTermsAccepted", Update=false)>]
member this.IsPreviewVersionWithServiceTermsAccepted : Nullable<bool> with get, set
Public Property IsPreviewVersionWithServiceTermsAccepted As Nullable(Of Boolean)

Property Value

Attributes

Applies to