WafMetricsResponseGranularity Struct

Definition

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

Constructors

Name Description
WafMetricsResponseGranularity(String)

Initializes a new instance of WafMetricsResponseGranularity.

Properties

Name Description
P1D

Gets the P1D.

PT1H

Gets the PT1H.

PT5M

Gets the PT5M.

Methods

Name Description
Equals(WafMetricsResponseGranularity)

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(WafMetricsResponseGranularity, WafMetricsResponseGranularity)

Determines if two WafMetricsResponseGranularity values are the same.

Implicit(String to Nullable<WafMetricsResponseGranularity>)
Implicit(String to WafMetricsResponseGranularity)

Converts a string to a WafMetricsResponseGranularity.

Inequality(WafMetricsResponseGranularity, WafMetricsResponseGranularity)

Determines if two WafMetricsResponseGranularity values are not the same.

Applies to