CacheKeyQueryStringActionType Struct

Definition

The CacheKeyQueryStringActionType.

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

Constructors

CacheKeyQueryStringActionType(String)

Initializes a new instance of CacheKeyQueryStringActionType.

Properties

CacheKeyQueryStringBehaviorAction

DeliveryRuleCacheKeyQueryStringBehaviorActionParameters.

Methods

Equals(CacheKeyQueryStringActionType)

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

Equality(CacheKeyQueryStringActionType, CacheKeyQueryStringActionType)

Determines if two CacheKeyQueryStringActionType values are the same.

Implicit(String to CacheKeyQueryStringActionType)

Converts a string to a CacheKeyQueryStringActionType.

Inequality(CacheKeyQueryStringActionType, CacheKeyQueryStringActionType)

Determines if two CacheKeyQueryStringActionType values are not the same.

Applies to