LogMetricsGranularity 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 LogMetricsGranularity.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Cdn.Support.LogMetricsGranularityTypeConverter))]
public struct LogMetricsGranularity : IEquatable<Microsoft.Azure.PowerShell.Cmdlets.Cdn.Support.LogMetricsGranularity>, System.Management.Automation.IArgumentCompleter
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Cdn.Support.LogMetricsGranularityTypeConverter))>]
type LogMetricsGranularity = struct
interface IArgumentCompleter
Public Structure LogMetricsGranularity
Implements IArgumentCompleter, IEquatable(Of LogMetricsGranularity)
- Inheritance
-
LogMetricsGranularity
- 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(LogMetricsGranularity) |
Compares values of enum type LogMetricsGranularity |
Equals(Object) |
Compares values of enum type LogMetricsGranularity (override for Object) |
GetHashCode() |
Returns hashCode for enum LogMetricsGranularity |
ToString() |
Returns string representation for LogMetricsGranularity |
Operators
Equality(LogMetricsGranularity, LogMetricsGranularity) |
Overriding == operator for enum LogMetricsGranularity |
Implicit(LogMetricsGranularity to String) |
Implicit operator to convert LogMetricsGranularity to string |
Implicit(String to LogMetricsGranularity) |
Implicit operator to convert string to LogMetricsGranularity |
Inequality(LogMetricsGranularity, LogMetricsGranularity) |
Overriding != operator for enum LogMetricsGranularity |