DeliveryRuleIsDeviceCondition Clase
Definición
Importante
Parte de la información hace referencia a la versión preliminar del producto, que puede haberse modificado sustancialmente antes de lanzar la versión definitiva. Microsoft no otorga ninguna garantía, explícita o implícita, con respecto a la información proporcionada aquí.
Define la condición IsDevice para la regla de entrega.
[Newtonsoft.Json.JsonObject("IsDevice")]
public class DeliveryRuleIsDeviceCondition : Microsoft.Azure.Management.Cdn.Models.DeliveryRuleCondition
[<Newtonsoft.Json.JsonObject("IsDevice")>]
type DeliveryRuleIsDeviceCondition = class
inherit DeliveryRuleCondition
Public Class DeliveryRuleIsDeviceCondition
Inherits DeliveryRuleCondition
- Herencia
- Atributos
-
Newtonsoft.Json.JsonObjectAttribute
Constructores
DeliveryRuleIsDeviceCondition() |
Inicializa una nueva instancia de la clase DeliveryRuleIsDeviceCondition. |
DeliveryRuleIsDeviceCondition(IsDeviceMatchConditionParameters) |
Inicializa una nueva instancia de la clase DeliveryRuleIsDeviceCondition. |
Propiedades
Parameters |
Obtiene o establece define los parámetros de la condición. |
Métodos
Validate() |
Valide el objeto . |
Se aplica a
Azure SDK for .NET