IEnqueueServerProperties.Health 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.
Defines the health of SAP Instances.
[Microsoft.Azure.PowerShell.Cmdlets.Workloads.Runtime.Info(Description="Defines the health of SAP Instances.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.Workloads.Support.SapHealthState) }, ReadOnly=true, Required=false, SerializedName="health")]
public Microsoft.Azure.PowerShell.Cmdlets.Workloads.Support.SapHealthState? Health { get; }
[<Microsoft.Azure.PowerShell.Cmdlets.Workloads.Runtime.Info(Description="Defines the health of SAP Instances.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.Workloads.Support.SapHealthState) }, ReadOnly=true, Required=false, SerializedName="health")>]
member this.Health : Nullable<Microsoft.Azure.PowerShell.Cmdlets.Workloads.Support.SapHealthState>
Public ReadOnly Property Health As Nullable(Of SapHealthState)
Property Value
- Attributes