DeliveryRuleRequestSchemeCondition Class

Definition

Defines the RequestScheme condition for the delivery rule.

[Newtonsoft.Json.JsonObject("RequestScheme")]
public class DeliveryRuleRequestSchemeCondition : Microsoft.Azure.Management.Cdn.Models.DeliveryRuleCondition
[<Newtonsoft.Json.JsonObject("RequestScheme")>]
type DeliveryRuleRequestSchemeCondition = class
    inherit DeliveryRuleCondition
Public Class DeliveryRuleRequestSchemeCondition
Inherits DeliveryRuleCondition
Inheritance
DeliveryRuleRequestSchemeCondition
Attributes
Newtonsoft.Json.JsonObjectAttribute

Constructors

DeliveryRuleRequestSchemeCondition()

Initializes a new instance of the DeliveryRuleRequestSchemeCondition class.

DeliveryRuleRequestSchemeCondition(RequestSchemeMatchConditionParameters)

Initializes a new instance of the DeliveryRuleRequestSchemeCondition class.

Properties

Parameters

Gets or sets defines the parameters for the condition.

Methods

Validate()

Validate the object.

Applies to