IDbSystemBaseProperties.DbSystemOptionStorageManagement 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.
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