DeliveryRuleIsDeviceCondition Constructeurs
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Surcharges
DeliveryRuleIsDeviceCondition() |
Initialise une nouvelle instance de la classe DeliveryRuleIsDeviceCondition. |
DeliveryRuleIsDeviceCondition(IsDeviceMatchConditionParameters) |
Initialise une nouvelle instance de la classe DeliveryRuleIsDeviceCondition. |
DeliveryRuleIsDeviceCondition()
Initialise une nouvelle instance de la classe DeliveryRuleIsDeviceCondition.
public DeliveryRuleIsDeviceCondition ();
Public Sub New ()
S’applique à
DeliveryRuleIsDeviceCondition(IsDeviceMatchConditionParameters)
Initialise une nouvelle instance de la classe DeliveryRuleIsDeviceCondition.
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)
Paramètres
- parameters
- IsDeviceMatchConditionParameters
Définit les paramètres de la condition.
S’applique à
Azure SDK for .NET