Freigeben über


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

Name Description
RequestSchemeMatchConditionType(String)

Initializes a new instance of RequestSchemeMatchConditionType.

Properties

Name Description
RequestSchemeCondition

DeliveryRuleRequestSchemeConditionParameters.

Methods

Name Description
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

Name Description
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