132 строки
11 KiB
YAML
132 строки
11 KiB
YAML
### YamlMime:JavaType
|
|
uid: "com.microsoft.azure.management.cdn.RuleUpdateParameters"
|
|
fullName: "com.microsoft.azure.management.cdn.RuleUpdateParameters"
|
|
name: "RuleUpdateParameters"
|
|
nameWithType: "RuleUpdateParameters"
|
|
summary: "The domain JSON object required for domain creation or update."
|
|
inheritances:
|
|
- "<xref href=\"java.lang.Object?displayProperty=fullName\" data-throw-if-not-resolved=\"False\" />"
|
|
inheritedClassMethods:
|
|
- classRef: "<xref href=\"java.lang.Object?alt=java.lang.Object&text=Object\" data-throw-if-not-resolved=\"False\" />"
|
|
methodsRef:
|
|
- "<xref href=\"java.lang.Object.clone()?alt=java.lang.Object.clone&text=clone\" data-throw-if-not-resolved=\"False\" />"
|
|
- "<xref href=\"java.lang.Object.equals(java.lang.Object)?alt=java.lang.Object.equals&text=equals\" data-throw-if-not-resolved=\"False\" />"
|
|
- "<xref href=\"java.lang.Object.finalize()?alt=java.lang.Object.finalize&text=finalize\" data-throw-if-not-resolved=\"False\" />"
|
|
- "<xref href=\"java.lang.Object.getClass()?alt=java.lang.Object.getClass&text=getClass\" data-throw-if-not-resolved=\"False\" />"
|
|
- "<xref href=\"java.lang.Object.hashCode()?alt=java.lang.Object.hashCode&text=hashCode\" data-throw-if-not-resolved=\"False\" />"
|
|
- "<xref href=\"java.lang.Object.notify()?alt=java.lang.Object.notify&text=notify\" data-throw-if-not-resolved=\"False\" />"
|
|
- "<xref href=\"java.lang.Object.notifyAll()?alt=java.lang.Object.notifyAll&text=notifyAll\" data-throw-if-not-resolved=\"False\" />"
|
|
- "<xref href=\"java.lang.Object.toString()?alt=java.lang.Object.toString&text=toString\" data-throw-if-not-resolved=\"False\" />"
|
|
- "<xref href=\"java.lang.Object.wait()?alt=java.lang.Object.wait&text=wait\" data-throw-if-not-resolved=\"False\" />"
|
|
- "<xref href=\"java.lang.Object.wait(long)?alt=java.lang.Object.wait&text=wait\" data-throw-if-not-resolved=\"False\" />"
|
|
- "<xref href=\"java.lang.Object.wait(long,int)?alt=java.lang.Object.wait&text=wait\" data-throw-if-not-resolved=\"False\" />"
|
|
syntax: "public class **RuleUpdateParameters**"
|
|
constructors:
|
|
- uid: "com.microsoft.azure.management.cdn.RuleUpdateParameters.RuleUpdateParameters()"
|
|
fullName: "com.microsoft.azure.management.cdn.RuleUpdateParameters.RuleUpdateParameters()"
|
|
name: "RuleUpdateParameters()"
|
|
nameWithType: "RuleUpdateParameters.RuleUpdateParameters()"
|
|
syntax: "public RuleUpdateParameters()"
|
|
methods:
|
|
- uid: "com.microsoft.azure.management.cdn.RuleUpdateParameters.actions()"
|
|
fullName: "com.microsoft.azure.management.cdn.RuleUpdateParameters.actions()"
|
|
name: "actions()"
|
|
nameWithType: "RuleUpdateParameters.actions()"
|
|
summary: "Get a list of actions that are executed when all the conditions of a rule are satisfied."
|
|
syntax: "public List<DeliveryRuleAction> actions()"
|
|
desc: "Get a list of actions that are executed when all the conditions of a rule are satisfied."
|
|
returns:
|
|
description: "the actions value"
|
|
type: "<xref href=\"java.util.List?alt=java.util.List&text=List\" data-throw-if-not-resolved=\"False\" /><<xref href=\"com.microsoft.azure.management.cdn.DeliveryRuleAction?alt=com.microsoft.azure.management.cdn.DeliveryRuleAction&text=DeliveryRuleAction\" data-throw-if-not-resolved=\"False\" />>"
|
|
- uid: "com.microsoft.azure.management.cdn.RuleUpdateParameters.conditions()"
|
|
fullName: "com.microsoft.azure.management.cdn.RuleUpdateParameters.conditions()"
|
|
name: "conditions()"
|
|
nameWithType: "RuleUpdateParameters.conditions()"
|
|
summary: "Get a list of conditions that must be matched for the actions to be executed."
|
|
syntax: "public List<DeliveryRuleCondition> conditions()"
|
|
desc: "Get a list of conditions that must be matched for the actions to be executed."
|
|
returns:
|
|
description: "the conditions value"
|
|
type: "<xref href=\"java.util.List?alt=java.util.List&text=List\" data-throw-if-not-resolved=\"False\" /><<xref href=\"com.microsoft.azure.management.cdn.DeliveryRuleCondition?alt=com.microsoft.azure.management.cdn.DeliveryRuleCondition&text=DeliveryRuleCondition\" data-throw-if-not-resolved=\"False\" />>"
|
|
- uid: "com.microsoft.azure.management.cdn.RuleUpdateParameters.matchProcessingBehavior()"
|
|
fullName: "com.microsoft.azure.management.cdn.RuleUpdateParameters.matchProcessingBehavior()"
|
|
name: "matchProcessingBehavior()"
|
|
nameWithType: "RuleUpdateParameters.matchProcessingBehavior()"
|
|
summary: "Get if this rule is a match should the rules engine continue running the remaining rules or stop."
|
|
syntax: "public MatchProcessingBehavior matchProcessingBehavior()"
|
|
desc: "Get if this rule is a match should the rules engine continue running the remaining rules or stop. If not present, defaults to Continue. Possible values include: 'Continue', 'Stop'."
|
|
returns:
|
|
description: "the matchProcessingBehavior value"
|
|
type: "<xref href=\"com.microsoft.azure.management.cdn.MatchProcessingBehavior?alt=com.microsoft.azure.management.cdn.MatchProcessingBehavior&text=MatchProcessingBehavior\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.microsoft.azure.management.cdn.RuleUpdateParameters.order()"
|
|
fullName: "com.microsoft.azure.management.cdn.RuleUpdateParameters.order()"
|
|
name: "order()"
|
|
nameWithType: "RuleUpdateParameters.order()"
|
|
summary: "Get the order in which the rules are applied for the endpoint."
|
|
syntax: "public Integer order()"
|
|
desc: "Get the order in which the rules are applied for the endpoint. Possible values \\{0,1,2,3,\\\\u2026\\\\u2026\\\\u2026\\}. A rule with a lesser order will be applied before a rule with a greater order. Rule with order 0 is a special rule. It does not require any condition and actions listed in it will always be applied."
|
|
returns:
|
|
description: "the order value"
|
|
type: "<xref href=\"java.lang.Integer?alt=java.lang.Integer&text=Integer\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.microsoft.azure.management.cdn.RuleUpdateParameters.withActions(java.util.List<com.microsoft.azure.management.cdn.DeliveryRuleAction>)"
|
|
fullName: "com.microsoft.azure.management.cdn.RuleUpdateParameters.withActions(List<DeliveryRuleAction> actions)"
|
|
name: "withActions(List<DeliveryRuleAction> actions)"
|
|
nameWithType: "RuleUpdateParameters.withActions(List<DeliveryRuleAction> actions)"
|
|
summary: "Set a list of actions that are executed when all the conditions of a rule are satisfied."
|
|
parameters:
|
|
- description: "the actions value to set"
|
|
name: "actions"
|
|
type: "<xref href=\"java.util.List?alt=java.util.List&text=List\" data-throw-if-not-resolved=\"False\" /><<xref href=\"com.microsoft.azure.management.cdn.DeliveryRuleAction?alt=com.microsoft.azure.management.cdn.DeliveryRuleAction&text=DeliveryRuleAction\" data-throw-if-not-resolved=\"False\" />>"
|
|
syntax: "public RuleUpdateParameters withActions(List<DeliveryRuleAction> actions)"
|
|
desc: "Set a list of actions that are executed when all the conditions of a rule are satisfied."
|
|
returns:
|
|
description: "the RuleUpdateParameters object itself."
|
|
type: "<xref href=\"com.microsoft.azure.management.cdn.RuleUpdateParameters?alt=com.microsoft.azure.management.cdn.RuleUpdateParameters&text=RuleUpdateParameters\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.microsoft.azure.management.cdn.RuleUpdateParameters.withConditions(java.util.List<com.microsoft.azure.management.cdn.DeliveryRuleCondition>)"
|
|
fullName: "com.microsoft.azure.management.cdn.RuleUpdateParameters.withConditions(List<DeliveryRuleCondition> conditions)"
|
|
name: "withConditions(List<DeliveryRuleCondition> conditions)"
|
|
nameWithType: "RuleUpdateParameters.withConditions(List<DeliveryRuleCondition> conditions)"
|
|
summary: "Set a list of conditions that must be matched for the actions to be executed."
|
|
parameters:
|
|
- description: "the conditions value to set"
|
|
name: "conditions"
|
|
type: "<xref href=\"java.util.List?alt=java.util.List&text=List\" data-throw-if-not-resolved=\"False\" /><<xref href=\"com.microsoft.azure.management.cdn.DeliveryRuleCondition?alt=com.microsoft.azure.management.cdn.DeliveryRuleCondition&text=DeliveryRuleCondition\" data-throw-if-not-resolved=\"False\" />>"
|
|
syntax: "public RuleUpdateParameters withConditions(List<DeliveryRuleCondition> conditions)"
|
|
desc: "Set a list of conditions that must be matched for the actions to be executed."
|
|
returns:
|
|
description: "the RuleUpdateParameters object itself."
|
|
type: "<xref href=\"com.microsoft.azure.management.cdn.RuleUpdateParameters?alt=com.microsoft.azure.management.cdn.RuleUpdateParameters&text=RuleUpdateParameters\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.microsoft.azure.management.cdn.RuleUpdateParameters.withMatchProcessingBehavior(com.microsoft.azure.management.cdn.MatchProcessingBehavior)"
|
|
fullName: "com.microsoft.azure.management.cdn.RuleUpdateParameters.withMatchProcessingBehavior(MatchProcessingBehavior matchProcessingBehavior)"
|
|
name: "withMatchProcessingBehavior(MatchProcessingBehavior matchProcessingBehavior)"
|
|
nameWithType: "RuleUpdateParameters.withMatchProcessingBehavior(MatchProcessingBehavior matchProcessingBehavior)"
|
|
summary: "Set if this rule is a match should the rules engine continue running the remaining rules or stop."
|
|
parameters:
|
|
- description: "the matchProcessingBehavior value to set"
|
|
name: "matchProcessingBehavior"
|
|
type: "<xref href=\"com.microsoft.azure.management.cdn.MatchProcessingBehavior?alt=com.microsoft.azure.management.cdn.MatchProcessingBehavior&text=MatchProcessingBehavior\" data-throw-if-not-resolved=\"False\" />"
|
|
syntax: "public RuleUpdateParameters withMatchProcessingBehavior(MatchProcessingBehavior matchProcessingBehavior)"
|
|
desc: "Set if this rule is a match should the rules engine continue running the remaining rules or stop. If not present, defaults to Continue. Possible values include: 'Continue', 'Stop'."
|
|
returns:
|
|
description: "the RuleUpdateParameters object itself."
|
|
type: "<xref href=\"com.microsoft.azure.management.cdn.RuleUpdateParameters?alt=com.microsoft.azure.management.cdn.RuleUpdateParameters&text=RuleUpdateParameters\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.microsoft.azure.management.cdn.RuleUpdateParameters.withOrder(java.lang.Integer)"
|
|
fullName: "com.microsoft.azure.management.cdn.RuleUpdateParameters.withOrder(Integer order)"
|
|
name: "withOrder(Integer order)"
|
|
nameWithType: "RuleUpdateParameters.withOrder(Integer order)"
|
|
summary: "Set the order in which the rules are applied for the endpoint."
|
|
parameters:
|
|
- description: "the order value to set"
|
|
name: "order"
|
|
type: "<xref href=\"java.lang.Integer?alt=java.lang.Integer&text=Integer\" data-throw-if-not-resolved=\"False\" />"
|
|
syntax: "public RuleUpdateParameters withOrder(Integer order)"
|
|
desc: "Set the order in which the rules are applied for the endpoint. Possible values \\{0,1,2,3,\\\\u2026\\\\u2026\\\\u2026\\}. A rule with a lesser order will be applied before a rule with a greater order. Rule with order 0 is a special rule. It does not require any condition and actions listed in it will always be applied."
|
|
returns:
|
|
description: "the RuleUpdateParameters object itself."
|
|
type: "<xref href=\"com.microsoft.azure.management.cdn.RuleUpdateParameters?alt=com.microsoft.azure.management.cdn.RuleUpdateParameters&text=RuleUpdateParameters\" data-throw-if-not-resolved=\"False\" />"
|
|
type: "class"
|
|
desc: "The domain JSON object required for domain creation or update."
|
|
metadata: {}
|
|
package: "com.microsoft.azure.management.cdn"
|
|
artifact: com.microsoft.azure:azure-mgmt-cdn:1.41.4
|