IPlacementConstraint.Operator Property

Definition

The match operator, e.g., In, NotIn, Exists, DoesNotExist.

[Microsoft.Azure.PowerShell.Cmdlets.Monitor.PipelineGroup.PSArgumentCompleter(new System.String[] { "In", "NotIn", "Exists", "DoesNotExist" })]
[Microsoft.Azure.PowerShell.Cmdlets.Monitor.PipelineGroup.Runtime.Info(Create=true, Description="The match operator, e.g., In, NotIn, Exists, DoesNotExist.", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=false, Required=true, SerializedName="operator", Update=true)]
public string Operator { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.Monitor.PipelineGroup.PSArgumentCompleter(new System.String[] { "In", "NotIn", "Exists", "DoesNotExist" })>]
[<Microsoft.Azure.PowerShell.Cmdlets.Monitor.PipelineGroup.Runtime.Info(Create=true, Description="The match operator, e.g., In, NotIn, Exists, DoesNotExist.", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=false, Required=true, SerializedName="operator", Update=true)>]
member this.Operator : string with get, set
Public Property Operator As String

Property Value

Attributes

Applies to