IDbSystemOptions.StorageManagement 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=true)]
public string StorageManagement { 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=true)>]
member this.StorageManagement : string with get, set
Public Property StorageManagement As String

Property Value

Attributes

Applies to