ITagRuleUpdate.MetricRuleSendMetric 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.
Flag specifying if metrics should be sent for the Monitor resource.
[Microsoft.Azure.PowerShell.Cmdlets.NewRelic.Runtime.Info(Description="Flag specifying if metrics should be sent for the Monitor resource.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.NewRelic.Support.SendMetricsStatus) }, ReadOnly=false, Required=false, SerializedName="sendMetrics")]
public Microsoft.Azure.PowerShell.Cmdlets.NewRelic.Support.SendMetricsStatus? MetricRuleSendMetric { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.NewRelic.Runtime.Info(Description="Flag specifying if metrics should be sent for the Monitor resource.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.NewRelic.Support.SendMetricsStatus) }, ReadOnly=false, Required=false, SerializedName="sendMetrics")>]
member this.MetricRuleSendMetric : Nullable<Microsoft.Azure.PowerShell.Cmdlets.NewRelic.Support.SendMetricsStatus> with get, set
Public Property MetricRuleSendMetric As Nullable(Of SendMetricsStatus)
Property Value
- Attributes