IFilteringTag.Action Property

Definition

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

Property Value

Nullable<TagAction>
Attributes

Applies to