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