IMonitorProperties.MonitoringStatus Property

Definition

[Microsoft.Azure.PowerShell.Cmdlets.Elastic.Runtime.Info(Description="Flag specifying if the resource monitoring is enabled or disabled.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.Elastic.Support.MonitoringStatus) }, ReadOnly=false, Required=false, SerializedName="monitoringStatus")]
public Microsoft.Azure.PowerShell.Cmdlets.Elastic.Support.MonitoringStatus? MonitoringStatus { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.Elastic.Runtime.Info(Description="Flag specifying if the resource monitoring is enabled or disabled.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.Elastic.Support.MonitoringStatus) }, ReadOnly=false, Required=false, SerializedName="monitoringStatus")>]
member this.MonitoringStatus : Nullable<Microsoft.Azure.PowerShell.Cmdlets.Elastic.Support.MonitoringStatus> with get, set
Public Property MonitoringStatus As Nullable(Of MonitoringStatus)

Property Value

Nullable<MonitoringStatus>
Attributes

Applies to