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