IAutonomousDatabaseBaseProperties.LicenseModel Property

Definition

The Oracle license model that applies to the Oracle Autonomous Database. The default is LICENSE_INCLUDED.

[Microsoft.Azure.PowerShell.Cmdlets.Oracle.PSArgumentCompleter(new System.String[] { "LicenseIncluded", "BringYourOwnLicense" })]
[Microsoft.Azure.PowerShell.Cmdlets.Oracle.Runtime.Info(Create=true, Description="The Oracle license model that applies to the Oracle Autonomous Database. The default is LICENSE_INCLUDED.", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=false, Required=false, SerializedName="licenseModel", Update=true)]
public string LicenseModel { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.Oracle.PSArgumentCompleter(new System.String[] { "LicenseIncluded", "BringYourOwnLicense" })>]
[<Microsoft.Azure.PowerShell.Cmdlets.Oracle.Runtime.Info(Create=true, Description="The Oracle license model that applies to the Oracle Autonomous Database. The default is LICENSE_INCLUDED.", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=false, Required=false, SerializedName="licenseModel", Update=true)>]
member this.LicenseModel : string with get, set
Public Property LicenseModel As String

Property Value

Attributes

Applies to