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
GitHub'da bizimle işbirliği yapın
Bu içeriğin kaynağı GitHub'da bulunabilir; burada ayrıca sorunları ve çekme isteklerini oluşturup gözden geçirebilirsiniz. Daha fazla bilgi için katkıda bulunan kılavuzumuzu inceleyin.
Azure SDK for .NET