Share via


IPrometheusForwarderDataSource.LabelIncludeFilter Property

Definition

The list of label inclusion filters in the form of label "name-value" pairs. Currently only one label is supported: 'microsoft_metrics_include_label'. Label values are matched case-insensitively.

[Microsoft.Azure.PowerShell.Cmdlets.Monitor.DataCollection.Runtime.Info(Create=true, Description="The list of label inclusion filters in the form of label "name-value" pairs.\r\n        Currently only one label is supported: 'microsoft_metrics_include_label'.\r\n        Label values are matched case-insensitively.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.Monitor.DataCollection.Models.IPrometheusForwarderDataSourceLabelIncludeFilter) }, Read=true, ReadOnly=false, Required=false, SerializedName="labelIncludeFilter", Update=true)]
public Microsoft.Azure.PowerShell.Cmdlets.Monitor.DataCollection.Models.IPrometheusForwarderDataSourceLabelIncludeFilter LabelIncludeFilter { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.Monitor.DataCollection.Runtime.Info(Create=true, Description="The list of label inclusion filters in the form of label "name-value" pairs.\r\n        Currently only one label is supported: 'microsoft_metrics_include_label'.\r\n        Label values are matched case-insensitively.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.Monitor.DataCollection.Models.IPrometheusForwarderDataSourceLabelIncludeFilter) }, Read=true, ReadOnly=false, Required=false, SerializedName="labelIncludeFilter", Update=true)>]
member this.LabelIncludeFilter : Microsoft.Azure.PowerShell.Cmdlets.Monitor.DataCollection.Models.IPrometheusForwarderDataSourceLabelIncludeFilter with get, set
Public Property LabelIncludeFilter As IPrometheusForwarderDataSourceLabelIncludeFilter

Property Value

Attributes

Applies to