RateLimitGroupByVariableName Struct

Definition

Describes the supported variable for group by.

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

Constructors

Name Description
RateLimitGroupByVariableName(String)

Initializes a new instance of RateLimitGroupByVariableName.

Properties

Name Description
GeoLocation

Gets the GeoLocation.

None

Gets the None.

SocketAddr

Gets the SocketAddr.

Methods

Name Description
Equals(RateLimitGroupByVariableName)

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

Determines if two RateLimitGroupByVariableName values are the same.

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

Converts a string to a RateLimitGroupByVariableName.

Inequality(RateLimitGroupByVariableName, RateLimitGroupByVariableName)

Determines if two RateLimitGroupByVariableName values are not the same.

Applies to