SliScalarFunction Struct
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.
Defines scalar functions used in filtering.
public readonly struct SliScalarFunction : IEquatable<Azure.ResourceManager.Monitor.Slis.Models.SliScalarFunction>
type SliScalarFunction = struct
Public Structure SliScalarFunction
Implements IEquatable(Of SliScalarFunction)
- Inheritance
-
SliScalarFunction
- Implements
Constructors
| Name | Description |
|---|---|
| SliScalarFunction(String) |
Initializes a new instance of SliScalarFunction. |
Properties
| Name | Description |
|---|---|
| Avg |
Average value. |
| Max |
Maximum value. |
| Min |
Minimum value. |
| Sum |
Summation. |
Methods
| Name | Description |
|---|---|
| Equals(SliScalarFunction) |
Indicates whether the current object is equal to another object of the same type. |
| ToString() |
Returns the fully qualified type name of this instance. |
Operators
| Name | Description |
|---|---|
| Equality(SliScalarFunction, SliScalarFunction) |
Determines if two SliScalarFunction values are the same. |
| Implicit(String to Nullable<SliScalarFunction>) | |
| Implicit(String to SliScalarFunction) |
Converts a string to a SliScalarFunction. |
| Inequality(SliScalarFunction, SliScalarFunction) |
Determines if two SliScalarFunction values are not the same. |