RequestSchemeMatchConditionType Struct

Definition

The RequestSchemeMatchConditionType.

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

Constructors

RequestSchemeMatchConditionType(String)

Initializes a new instance of RequestSchemeMatchConditionType.

Properties

RequestSchemeCondition

DeliveryRuleRequestSchemeConditionParameters.

Methods

Equals(RequestSchemeMatchConditionType)

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

Determines if two RequestSchemeMatchConditionType values are the same.

Implicit(String to RequestSchemeMatchConditionType)

Converts a string to a RequestSchemeMatchConditionType.

Inequality(RequestSchemeMatchConditionType, RequestSchemeMatchConditionType)

Determines if two RequestSchemeMatchConditionType values are not the same.

Applies to