Share via


IFilteringTag.Action Property

Definition

Valid actions for a filtering tag. Exclusion takes priority over inclusion.

[Microsoft.Azure.PowerShell.Cmdlets.DynatraceObservability.Runtime.Info(Description="Valid actions for a filtering tag. Exclusion takes priority over inclusion.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.DynatraceObservability.Support.TagAction) }, ReadOnly=false, Required=false, SerializedName="action")]
public Microsoft.Azure.PowerShell.Cmdlets.DynatraceObservability.Support.TagAction? Action { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.DynatraceObservability.Runtime.Info(Description="Valid actions for a filtering tag. Exclusion takes priority over inclusion.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.DynatraceObservability.Support.TagAction) }, ReadOnly=false, Required=false, SerializedName="action")>]
member this.Action : Nullable<Microsoft.Azure.PowerShell.Cmdlets.DynatraceObservability.Support.TagAction> with get, set
Public Property Action As Nullable(Of TagAction)

Property Value

Attributes

Applies to