IDbSystemShapeProperties.ShapeFamily 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 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