IDbSystemShapeProperties.ShapeFamily Property

Definition

The family of the shape used for the DB system.

[Microsoft.Azure.PowerShell.Cmdlets.Oracle.Runtime.Info(Create=false, Description="The family of the shape used for the DB system.", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=true, Required=false, SerializedName="shapeFamily", Update=false)]
public string ShapeFamily { get; }
[Microsoft.Azure.PowerShell.Cmdlets.Oracle.Runtime.Info(Create=true, Description="The family of the shape used for the DB system.", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=false, Required=false, SerializedName="shapeFamily", Update=true)]
public string ShapeFamily { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.Oracle.Runtime.Info(Create=false, Description="The family of the shape used for the DB system.", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=true, Required=false, SerializedName="shapeFamily", Update=false)>]
member this.ShapeFamily : string
[<Microsoft.Azure.PowerShell.Cmdlets.Oracle.Runtime.Info(Create=true, Description="The family of the shape used for the DB system.", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=false, Required=false, SerializedName="shapeFamily", Update=true)>]
member this.ShapeFamily : string with get, set
Public ReadOnly Property ShapeFamily As String
Public Property ShapeFamily As String

Property Value

Attributes

Applies to