DeliveryRuleCondition Class
- java.
lang. Object - com.
azure. resourcemanager. cdn. models. DeliveryRuleCondition
- com.
Implements
public class DeliveryRuleCondition
implements JsonSerializable<DeliveryRuleCondition>
A condition for the delivery rule.
Constructor Summary
Constructor | Description |
---|---|
DeliveryRuleCondition() |
Creates an instance of Delivery |
Method Summary
Modifier and Type | Method and Description |
---|---|
static
Delivery |
fromJson(JsonReader jsonReader)
Reads an instance of Delivery |
Match |
name()
Get the name property: The name of the condition for the delivery rule. |
Json |
toJson(JsonWriter jsonWriter) |
void |
validate()
Validates the instance. |
Methods inherited from java.lang.Object
Constructor Details
DeliveryRuleCondition
public DeliveryRuleCondition()
Creates an instance of DeliveryRuleCondition class.
Method Details
fromJson
public static DeliveryRuleCondition fromJson(JsonReader jsonReader)
Reads an instance of DeliveryRuleCondition from the JsonReader.
Parameters:
Returns:
Throws:
name
public MatchVariable name()
Get the name property: The name of the condition for the delivery rule.
Returns:
toJson
validate
public void validate()
Validates the instance.