DeliveryRuleRequestMethodCondition Constructors
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.
Overloads
DeliveryRuleRequestMethodCondition() |
Initializes a new instance of the DeliveryRuleRequestMethodCondition class. |
DeliveryRuleRequestMethodCondition(RequestMethodMatchConditionParameters) |
Initializes a new instance of the DeliveryRuleRequestMethodCondition class. |
DeliveryRuleRequestMethodCondition()
Initializes a new instance of the DeliveryRuleRequestMethodCondition class.
public DeliveryRuleRequestMethodCondition ();
Public Sub New ()
Applies to
DeliveryRuleRequestMethodCondition(RequestMethodMatchConditionParameters)
Initializes a new instance of the DeliveryRuleRequestMethodCondition class.
public DeliveryRuleRequestMethodCondition (Microsoft.Azure.Management.Cdn.Models.RequestMethodMatchConditionParameters parameters);
new Microsoft.Azure.Management.Cdn.Models.DeliveryRuleRequestMethodCondition : Microsoft.Azure.Management.Cdn.Models.RequestMethodMatchConditionParameters -> Microsoft.Azure.Management.Cdn.Models.DeliveryRuleRequestMethodCondition
Public Sub New (parameters As RequestMethodMatchConditionParameters)
Parameters
- parameters
- RequestMethodMatchConditionParameters
Defines the parameters for the condition.