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
Met ons samenwerken op GitHub
De bron voor deze inhoud vindt u op GitHub, waar u ook problemen en pull-aanvragen kunt maken en controleren. Bekijk onze gids voor inzenders voor meer informatie.
Azure SDK for .NET