LogMetricsGroupBy Struct

Definition

public readonly struct LogMetricsGroupBy : IEquatable<Azure.ResourceManager.Cdn.Models.LogMetricsGroupBy>
type LogMetricsGroupBy = struct
Public Structure LogMetricsGroupBy
Implements IEquatable(Of LogMetricsGroupBy)
Inheritance
LogMetricsGroupBy
Implements

Constructors

Name Description
LogMetricsGroupBy(String)

Initializes a new instance of LogMetricsGroupBy.

Properties

Name Description
CacheStatus

Gets the CacheStatus.

CountryOrRegion

Gets the CountryOrRegion.

CustomDomain

Gets the CustomDomain.

HttpStatusCode

Gets the HttpStatusCode.

Protocol

Gets the Protocol.

Methods

Name Description
Equals(LogMetricsGroupBy)

Indicates whether the current object is equal to another object of the same type.

ToString()

Returns the fully qualified type name of this instance.

Operators

Name Description
Equality(LogMetricsGroupBy, LogMetricsGroupBy)

Determines if two LogMetricsGroupBy values are the same.

Implicit(String to LogMetricsGroupBy)

Converts a string to a LogMetricsGroupBy.

Implicit(String to Nullable<LogMetricsGroupBy>)
Inequality(LogMetricsGroupBy, LogMetricsGroupBy)

Determines if two LogMetricsGroupBy values are not the same.

Applies to