IDbSystemBaseProperties.DbSystemOptionStorageManagement Property

Definition

The storage option used in DB system. ASM - Automatic storage management, LVM - Logical Volume management.

[Microsoft.Azure.PowerShell.Cmdlets.Oracle.PSArgumentCompleter(new System.String[] { "LVM" })]
[Microsoft.Azure.PowerShell.Cmdlets.Oracle.Runtime.Info(Create=true, Description="The storage option used in DB system. ASM - Automatic storage management, LVM - Logical Volume management.", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=false, Required=false, SerializedName="storageManagement", Update=false)]
public string DbSystemOptionStorageManagement { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.Oracle.PSArgumentCompleter(new System.String[] { "LVM" })>]
[<Microsoft.Azure.PowerShell.Cmdlets.Oracle.Runtime.Info(Create=true, Description="The storage option used in DB system. ASM - Automatic storage management, LVM - Logical Volume management.", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=false, Required=false, SerializedName="storageManagement", Update=false)>]
member this.DbSystemOptionStorageManagement : string with get, set
Public Property DbSystemOptionStorageManagement As String

Property Value

Attributes

Applies to