DeliveryRuleIsDeviceCondition 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
DeliveryRuleIsDeviceCondition() |
Initializes a new instance of the DeliveryRuleIsDeviceCondition class. |
DeliveryRuleIsDeviceCondition(IsDeviceMatchConditionParameters) |
Initializes a new instance of the DeliveryRuleIsDeviceCondition class. |
DeliveryRuleIsDeviceCondition()
Initializes a new instance of the DeliveryRuleIsDeviceCondition class.
public DeliveryRuleIsDeviceCondition ();
Public Sub New ()
Applies to
DeliveryRuleIsDeviceCondition(IsDeviceMatchConditionParameters)
Initializes a new instance of the DeliveryRuleIsDeviceCondition class.
public DeliveryRuleIsDeviceCondition (Microsoft.Azure.Management.Cdn.Models.IsDeviceMatchConditionParameters parameters);
new Microsoft.Azure.Management.Cdn.Models.DeliveryRuleIsDeviceCondition : Microsoft.Azure.Management.Cdn.Models.IsDeviceMatchConditionParameters -> Microsoft.Azure.Management.Cdn.Models.DeliveryRuleIsDeviceCondition
Public Sub New (parameters As IsDeviceMatchConditionParameters)
Parameters
- parameters
- IsDeviceMatchConditionParameters
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