IDbNode.FaultDomain Property

Definition

The name of the Fault Domain the instance is contained in.

[Microsoft.Azure.PowerShell.Cmdlets.Oracle.Runtime.Info(Create=false, Description="The name of the Fault Domain the instance is contained in.", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=true, Required=false, SerializedName="faultDomain", Update=false)]
public string FaultDomain { get; }
[Microsoft.Azure.PowerShell.Cmdlets.Oracle.Runtime.Info(Create=true, Description="The name of the Fault Domain the instance is contained in.", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=false, Required=false, SerializedName="faultDomain", Update=true)]
public string FaultDomain { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.Oracle.Runtime.Info(Create=false, Description="The name of the Fault Domain the instance is contained in.", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=true, Required=false, SerializedName="faultDomain", Update=false)>]
member this.FaultDomain : string
[<Microsoft.Azure.PowerShell.Cmdlets.Oracle.Runtime.Info(Create=true, Description="The name of the Fault Domain the instance is contained in.", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=false, Required=false, SerializedName="faultDomain", Update=true)>]
member this.FaultDomain : string with get, set
Public ReadOnly Property FaultDomain As String
Public Property FaultDomain As String

Property Value

Attributes

Applies to