IRemoveVirtualMachineFromExadbVMClusterDetails.DbNode 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 list of ExaCS DB nodes for the Exadata VM cluster on Exascale Infrastructure to be removed.
[Microsoft.Azure.PowerShell.Cmdlets.Oracle.Runtime.Info(Create=true, Description="The list of ExaCS DB nodes for the Exadata VM cluster on Exascale Infrastructure to be removed.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.Oracle.Models.IDbNodeDetails) }, Read=true, ReadOnly=false, Required=true, SerializedName="dbNodes", Update=true)]
public System.Collections.Generic.List<Microsoft.Azure.PowerShell.Cmdlets.Oracle.Models.IDbNodeDetails> DbNode { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.Oracle.Runtime.Info(Create=true, Description="The list of ExaCS DB nodes for the Exadata VM cluster on Exascale Infrastructure to be removed.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.Oracle.Models.IDbNodeDetails) }, Read=true, ReadOnly=false, Required=true, SerializedName="dbNodes", Update=true)>]
member this.DbNode : System.Collections.Generic.List<Microsoft.Azure.PowerShell.Cmdlets.Oracle.Models.IDbNodeDetails> with get, set
Public Property DbNode As List(Of IDbNodeDetails)
Property Value
- Attributes