RequestSchemeMatchConditionType 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 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
Azure SDK for .NET