Share via


QueryStringBehavior Struct

Definition

Caching behavior for the requests Serialized Name: QueryStringBehavior

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

Constructors

QueryStringBehavior(String)

Initializes a new instance of QueryStringBehavior.

Properties

Exclude

Exclude Serialized Name: QueryStringBehavior.Exclude

ExcludeAll

ExcludeAll Serialized Name: QueryStringBehavior.ExcludeAll

Include

Include Serialized Name: QueryStringBehavior.Include

IncludeAll

IncludeAll Serialized Name: QueryStringBehavior.IncludeAll

Methods

Equals(QueryStringBehavior)

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

Determines if two QueryStringBehavior values are the same.

Implicit(String to QueryStringBehavior)

Converts a String to a QueryStringBehavior.

Inequality(QueryStringBehavior, QueryStringBehavior)

Determines if two QueryStringBehavior values are not the same.

Applies to