IDbNode.FaultDomain 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 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