RemoteAddressMatchCondition 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 RemoteAddress match conditions Serialized Name: RemoteAddressMatchConditionParameters
public class RemoteAddressMatchCondition : Azure.ResourceManager.Cdn.Models.DeliveryRuleConditionProperties, System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.Cdn.Models.RemoteAddressMatchCondition>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.Cdn.Models.RemoteAddressMatchCondition>
public class RemoteAddressMatchCondition
type RemoteAddressMatchCondition = class
inherit DeliveryRuleConditionProperties
interface IJsonModel<RemoteAddressMatchCondition>
interface IPersistableModel<RemoteAddressMatchCondition>
type RemoteAddressMatchCondition = class
Public Class RemoteAddressMatchCondition
Inherits DeliveryRuleConditionProperties
Implements IJsonModel(Of RemoteAddressMatchCondition), IPersistableModel(Of RemoteAddressMatchCondition)
Public Class RemoteAddressMatchCondition
- Inheritance
- Inheritance
-
RemoteAddressMatchCondition
- Implements
Constructors
RemoteAddressMatchCondition(RemoteAddressOperator) |
Initializes a new instance of RemoteAddressMatchCondition. |
Properties
MatchValues |
Match values to match against. The operator will apply to each value in here with OR semantics. If any of them match the variable with the given operator this match condition is considered a match. Serialized Name: RemoteAddressMatchConditionParameters.matchValues |
NegateCondition |
Describes if this is negate condition or not Serialized Name: RemoteAddressMatchConditionParameters.negateCondition |
RemoteAddressOperator |
Describes operator to be matched Serialized Name: RemoteAddressMatchConditionParameters.operator |
Transforms |
List of transforms Serialized Name: RemoteAddressMatchConditionParameters.transforms |
Methods
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions) |