Share via


QueryStringBehavior Struct

Definition

Caching behavior for the requests.

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.

ExcludeAll

ExcludeAll.

Include

Include.

IncludeAll

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