DeliveryRuleHttpVersionCondition 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
DeliveryRuleHttpVersionCondition() |
Initializes a new instance of the DeliveryRuleHttpVersionCondition class. |
DeliveryRuleHttpVersionCondition(HttpVersionMatchConditionParameters) |
Initializes a new instance of the DeliveryRuleHttpVersionCondition class. |
DeliveryRuleHttpVersionCondition()
Initializes a new instance of the DeliveryRuleHttpVersionCondition class.
public DeliveryRuleHttpVersionCondition ();
Public Sub New ()
Applies to
DeliveryRuleHttpVersionCondition(HttpVersionMatchConditionParameters)
Initializes a new instance of the DeliveryRuleHttpVersionCondition class.
public DeliveryRuleHttpVersionCondition (Microsoft.Azure.Management.Cdn.Models.HttpVersionMatchConditionParameters parameters);
new Microsoft.Azure.Management.Cdn.Models.DeliveryRuleHttpVersionCondition : Microsoft.Azure.Management.Cdn.Models.HttpVersionMatchConditionParameters -> Microsoft.Azure.Management.Cdn.Models.DeliveryRuleHttpVersionCondition
Public Sub New (parameters As HttpVersionMatchConditionParameters)
Parameters
- parameters
- HttpVersionMatchConditionParameters
Defines the parameters for the condition.
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for .NET