RequestSchemeMatchConditionMatchValue Struct
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
RequestSchemeMatchConditionMatchValue(String) |
Initializes a new instance of RequestSchemeMatchConditionMatchValue. |
Properties
Http |
HTTP. |
Https |
HTTPS. |
Methods
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
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. |