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