你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
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 |