WafGranularity Struct

Definition

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

Constructors

Name Description
WafGranularity(String)

Initializes a new instance of WafGranularity.

Properties

Name Description
P1D

Gets the P1D.

PT1H

Gets the PT1H.

PT5M

Gets the PT5M.

Methods

Name Description
Equals(WafGranularity)

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

Determines if two WafGranularity values are the same.

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

Converts a string to a WafGranularity.

Inequality(WafGranularity, WafGranularity)

Determines if two WafGranularity values are not the same.

Applies to