DeliveryRuleCondition 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.
A condition for the delivery rule. Please note this is the abstract base class. The derived classes available for instantiation are: DeliveryRuleRemoteAddressCondition, DeliveryRuleRequestMethodCondition, DeliveryRuleQueryStringCondition, DeliveryRulePostArgsCondition, DeliveryRuleRequestUriCondition, DeliveryRuleRequestHeaderCondition, DeliveryRuleRequestBodyCondition, DeliveryRuleRequestSchemeCondition, DeliveryRuleUriPathCondition, DeliveryRuleUriFileExtensionCondition, DeliveryRuleUriFileNameCondition, DeliveryRuleHttpVersionCondition, DeliveryRuleCookiesCondition, DeliveryRuleIsDeviceCondition, DeliveryRuleSocketAddressCondition, DeliveryRuleClientPortCondition, DeliveryRuleServerPortCondition, DeliveryRuleHostNameCondition, and DeliveryRuleSslProtocolCondition.
[System.ClientModel.Primitives.PersistableModelProxy(typeof(Azure.ResourceManager.Cdn.Models.UnknownDeliveryRuleCondition))]
public abstract class DeliveryRuleCondition : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.Cdn.Models.DeliveryRuleCondition>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.Cdn.Models.DeliveryRuleCondition>
[<System.ClientModel.Primitives.PersistableModelProxy(typeof(Azure.ResourceManager.Cdn.Models.UnknownDeliveryRuleCondition))>]
type DeliveryRuleCondition = class
interface IJsonModel<DeliveryRuleCondition>
interface IPersistableModel<DeliveryRuleCondition>
Public MustInherit Class DeliveryRuleCondition
Implements IJsonModel(Of DeliveryRuleCondition), IPersistableModel(Of DeliveryRuleCondition)
- Inheritance
-
DeliveryRuleCondition
- Derived
- Attributes
- Implements
Methods
Explicit Interface Implementations
| Name | Description |
|---|---|
| IJsonModel<DeliveryRuleCondition>.Create(Utf8JsonReader, ModelReaderWriterOptions) |
Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model. |
| IJsonModel<DeliveryRuleCondition>.Write(Utf8JsonWriter, ModelReaderWriterOptions) |
Writes the model to the provided Utf8JsonWriter. |
| IPersistableModel<DeliveryRuleCondition>.Create(BinaryData, ModelReaderWriterOptions) |
Converts the provided BinaryData into a model. |
| IPersistableModel<DeliveryRuleCondition>.GetFormatFromOptions(ModelReaderWriterOptions) |
Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service. |
| IPersistableModel<DeliveryRuleCondition>.Write(ModelReaderWriterOptions) |
Writes the model into a BinaryData. |