MetricsGranularity 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.
Argument completer implementation for MetricsGranularity.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Cdn.Support.MetricsGranularityTypeConverter))]
public struct MetricsGranularity : IEquatable<Microsoft.Azure.PowerShell.Cmdlets.Cdn.Support.MetricsGranularity>, System.Management.Automation.IArgumentCompleter
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Cdn.Support.MetricsGranularityTypeConverter))>]
type MetricsGranularity = struct
interface IArgumentCompleter
Public Structure MetricsGranularity
Implements IArgumentCompleter, IEquatable(Of MetricsGranularity)
- Inheritance
-
MetricsGranularity
- Attributes
- Implements
Fields
P1D | |
Pt1H | |
Pt5M |
Methods
CompleteArgument(String, String, String, CommandAst, IDictionary) |
Implementations of this function are called by PowerShell to complete arguments. |
Equals(MetricsGranularity) |
Compares values of enum type MetricsGranularity |
Equals(Object) |
Compares values of enum type MetricsGranularity (override for Object) |
GetHashCode() |
Returns hashCode for enum MetricsGranularity |
ToString() |
Returns string representation for MetricsGranularity |
Operators
Equality(MetricsGranularity, MetricsGranularity) |
Overriding == operator for enum MetricsGranularity |
Implicit(MetricsGranularity to String) |
Implicit operator to convert MetricsGranularity to string |
Implicit(String to MetricsGranularity) |
Implicit operator to convert string to MetricsGranularity |
Inequality(MetricsGranularity, MetricsGranularity) |
Overriding != operator for enum MetricsGranularity |