TimeAggregationType 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.
time aggregation type. How the data that is collected should be combined over time. The default value is Average.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Monitor.Autoscale.Support.TimeAggregationTypeTypeConverter))]
public struct TimeAggregationType : IEquatable<Microsoft.Azure.PowerShell.Cmdlets.Monitor.Autoscale.Support.TimeAggregationType>, System.Management.Automation.IArgumentCompleter
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Monitor.Autoscale.Support.TimeAggregationTypeTypeConverter))>]
type TimeAggregationType = struct
interface IArgumentCompleter
Public Structure TimeAggregationType
Implements IArgumentCompleter, IEquatable(Of TimeAggregationType)
- Inheritance
-
TimeAggregationType
- Attributes
- Implements
Fields
Average | |
Count | |
Last | |
Maximum | |
Minimum | |
Total |
Methods
CompleteArgument(String, String, String, CommandAst, IDictionary) |
Implementations of this function are called by PowerShell to complete arguments. |
Equals(Object) |
Compares values of enum type TimeAggregationType (override for Object) |
Equals(TimeAggregationType) |
Compares values of enum type TimeAggregationType |
GetHashCode() |
Returns hashCode for enum TimeAggregationType |
ToString() |
Returns string representation for TimeAggregationType |
Operators
Equality(TimeAggregationType, TimeAggregationType) |
Overriding == operator for enum TimeAggregationType |
Implicit(String to TimeAggregationType) |
Implicit operator to convert string to TimeAggregationType |
Implicit(TimeAggregationType to String) |
Implicit operator to convert TimeAggregationType to string |
Inequality(TimeAggregationType, TimeAggregationType) |
Overriding != operator for enum TimeAggregationType |