Share via


TagSettingsProperties.FilterOperator Property

Definition

Gets or sets filter VMs by Any or All specified tags. Possible values include: 'All', 'Any'

[Newtonsoft.Json.JsonProperty(PropertyName="filterOperator")]
public Microsoft.Azure.Management.Automation.Models.TagOperators? FilterOperator { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="filterOperator")>]
member this.FilterOperator : Nullable<Microsoft.Azure.Management.Automation.Models.TagOperators> with get, set
Public Property FilterOperator As Nullable(Of TagOperators)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to