Udostępnij przez


RequestSchemeMatchConditionMatchValue Struct

Definition

The RequestSchemeMatchConditionMatchValue.

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

Constructors

Name Description
RequestSchemeMatchConditionMatchValue(String)

Initializes a new instance of RequestSchemeMatchConditionMatchValue.

Properties

Name Description
Http

HTTP.

Https

HTTPS.

Methods

Name Description
Equals(RequestSchemeMatchConditionMatchValue)

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

Determines if two RequestSchemeMatchConditionMatchValue values are the same.

Implicit(String to RequestSchemeMatchConditionMatchValue)

Converts a String to a RequestSchemeMatchConditionMatchValue.

Inequality(RequestSchemeMatchConditionMatchValue, RequestSchemeMatchConditionMatchValue)

Determines if two RequestSchemeMatchConditionMatchValue values are not the same.

Applies to