Condividi tramite


QueryComparisonExpression Constructor

Definition

Initializes a new instance of QueryComparisonExpression.

public QueryComparisonExpression(string name, Azure.ResourceManager.CostManagement.Models.QueryOperatorType operator, System.Collections.Generic.IEnumerable<string> values);
new Azure.ResourceManager.CostManagement.Models.QueryComparisonExpression : string * Azure.ResourceManager.CostManagement.Models.QueryOperatorType * seq<string> -> Azure.ResourceManager.CostManagement.Models.QueryComparisonExpression
Public Sub New (name As String, operator As QueryOperatorType, values As IEnumerable(Of String))

Parameters

name
String

The name of the column to use in comparison.

operator
QueryOperatorType

The operator to use for comparison.

values
IEnumerable<String>

Array of values to use for comparison.

Exceptions

name or values is null.

Applies to