共用方式為


RequestSchemeMatchCondition Class

Definition

Defines the parameters for RequestScheme match conditions Serialized Name: RequestSchemeMatchConditionParameters

public class RequestSchemeMatchCondition : Azure.ResourceManager.Cdn.Models.DeliveryRuleConditionProperties, System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.Cdn.Models.RequestSchemeMatchCondition>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.Cdn.Models.RequestSchemeMatchCondition>
public class RequestSchemeMatchCondition
type RequestSchemeMatchCondition = class
    inherit DeliveryRuleConditionProperties
    interface IJsonModel<RequestSchemeMatchCondition>
    interface IPersistableModel<RequestSchemeMatchCondition>
type RequestSchemeMatchCondition = class
Public Class RequestSchemeMatchCondition
Inherits DeliveryRuleConditionProperties
Implements IJsonModel(Of RequestSchemeMatchCondition), IPersistableModel(Of RequestSchemeMatchCondition)
Public Class RequestSchemeMatchCondition
Inheritance
RequestSchemeMatchCondition
Inheritance
RequestSchemeMatchCondition
Implements

Constructors

RequestSchemeMatchCondition(RequestSchemeOperator)

Initializes a new instance of RequestSchemeMatchCondition.

Properties

MatchValues

The match value for the condition of the delivery rule Serialized Name: RequestSchemeMatchConditionParameters.matchValues

NegateCondition

Describes if this is negate condition or not Serialized Name: RequestSchemeMatchConditionParameters.negateCondition

RequestSchemeOperator

Describes operator to be matched Serialized Name: RequestSchemeMatchConditionParameters.operator

Transforms

List of transforms Serialized Name: RequestSchemeMatchConditionParameters.transforms

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<DeliveryRuleConditionProperties>.Create(Utf8JsonReader, ModelReaderWriterOptions)

Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model.

(Inherited from DeliveryRuleConditionProperties)
IJsonModel<DeliveryRuleConditionProperties>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

(Inherited from DeliveryRuleConditionProperties)
IJsonModel<RequestSchemeMatchCondition>.Create(Utf8JsonReader, ModelReaderWriterOptions)

Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model.

IJsonModel<RequestSchemeMatchCondition>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<DeliveryRuleConditionProperties>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

(Inherited from DeliveryRuleConditionProperties)
IPersistableModel<DeliveryRuleConditionProperties>.GetFormatFromOptions(ModelReaderWriterOptions)

Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service.

(Inherited from DeliveryRuleConditionProperties)
IPersistableModel<DeliveryRuleConditionProperties>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

(Inherited from DeliveryRuleConditionProperties)
IPersistableModel<RequestSchemeMatchCondition>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<RequestSchemeMatchCondition>.GetFormatFromOptions(ModelReaderWriterOptions)

Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service.

IPersistableModel<RequestSchemeMatchCondition>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to