HostNameMatchCondition Class
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.
Defines the parameters for HostName match conditions Serialized Name: HostNameMatchConditionParameters
public class HostNameMatchCondition : Azure.ResourceManager.Cdn.Models.DeliveryRuleConditionProperties, System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.Cdn.Models.HostNameMatchCondition>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.Cdn.Models.HostNameMatchCondition>
public class HostNameMatchCondition
type HostNameMatchCondition = class
inherit DeliveryRuleConditionProperties
interface IJsonModel<HostNameMatchCondition>
interface IPersistableModel<HostNameMatchCondition>
type HostNameMatchCondition = class
Public Class HostNameMatchCondition
Inherits DeliveryRuleConditionProperties
Implements IJsonModel(Of HostNameMatchCondition), IPersistableModel(Of HostNameMatchCondition)
Public Class HostNameMatchCondition
- Inheritance
- Inheritance
-
HostNameMatchCondition
- Implements
Constructors
HostNameMatchCondition(HostNameOperator) |
Initializes a new instance of HostNameMatchCondition. |
Properties
HostNameOperator |
Describes operator to be matched Serialized Name: HostNameMatchConditionParameters.operator |
MatchValues |
The match value for the condition of the delivery rule Serialized Name: HostNameMatchConditionParameters.matchValues |
NegateCondition |
Describes if this is negate condition or not Serialized Name: HostNameMatchConditionParameters.negateCondition |
Transforms |
List of transforms Serialized Name: HostNameMatchConditionParameters.transforms |
Methods
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions) |