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