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.
public class RemoteAddressMatchCondition : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.Cdn.Models.RemoteAddressMatchCondition>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.Cdn.Models.RemoteAddressMatchCondition>
public class RemoteAddressMatchCondition
type RemoteAddressMatchCondition = class
interface IJsonModel<RemoteAddressMatchCondition>
interface IPersistableModel<RemoteAddressMatchCondition>
type RemoteAddressMatchCondition = class
Public Class RemoteAddressMatchCondition
Implements IJsonModel(Of RemoteAddressMatchCondition), IPersistableModel(Of RemoteAddressMatchCondition)
Public Class RemoteAddressMatchCondition
- Inheritance
-
RemoteAddressMatchCondition
- Implements
Constructors
RemoteAddressMatchCondition(RemoteAddressMatchConditionType, RemoteAddressOperator) |
Initializes a new instance of RemoteAddressMatchCondition. |
Properties
ConditionType |
Gets or sets the condition type. |
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. |
NegateCondition |
Describes if this is negate condition or not. |
RemoteAddressOperator |
Describes operator to be matched. |
Transforms |
List of transforms. |
Explicit Interface Implementations
IJsonModel<RemoteAddressMatchCondition>.Create(Utf8JsonReader, ModelReaderWriterOptions) |
Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model. |
IJsonModel<RemoteAddressMatchCondition>.Write(Utf8JsonWriter, ModelReaderWriterOptions) |
Writes the model to the provided Utf8JsonWriter. |
IPersistableModel<RemoteAddressMatchCondition>.Create(BinaryData, ModelReaderWriterOptions) |
Converts the provided BinaryData into a model. |
IPersistableModel<RemoteAddressMatchCondition>.GetFormatFromOptions(ModelReaderWriterOptions) |
Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service. |
IPersistableModel<RemoteAddressMatchCondition>.Write(ModelReaderWriterOptions) |
Writes the model into a BinaryData. |
Applies to
Azure SDK for .NET