ArmCostManagementModelFactory.QueryComparisonExpression Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The comparison expression to be used in the query.
public static Azure.ResourceManager.CostManagement.Models.QueryComparisonExpression QueryComparisonExpression(string name = default, Azure.ResourceManager.CostManagement.Models.QueryOperatorType operator = default, System.Collections.Generic.IEnumerable<string> values = default);
static member QueryComparisonExpression : string * Azure.ResourceManager.CostManagement.Models.QueryOperatorType * seq<string> -> Azure.ResourceManager.CostManagement.Models.QueryComparisonExpression
Public Shared Function QueryComparisonExpression (Optional name As String = Nothing, Optional operator As QueryOperatorType = Nothing, Optional values As IEnumerable(Of String) = Nothing) As QueryComparisonExpression
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.
Returns
A new QueryComparisonExpression instance for mocking.