198 строки
14 KiB
YAML
198 строки
14 KiB
YAML
### YamlMime:JavaType
|
|
uid: "com.azure.resourcemanager.cdn.models.CustomRule"
|
|
fullName: "com.azure.resourcemanager.cdn.models.CustomRule"
|
|
name: "CustomRule"
|
|
nameWithType: "CustomRule"
|
|
summary: "Defines the common attributes for a custom rule that can be included in a waf policy."
|
|
inheritances:
|
|
- "<xref href=\"java.lang.Object?displayProperty=fullName\" data-throw-if-not-resolved=\"False\" />"
|
|
inheritedClassMethods:
|
|
- classRef: "java.lang.<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html\">Object</a>"
|
|
methodsRef:
|
|
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#clone--\">clone</a>"
|
|
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#equals-java.lang.Object-\">equals</a>"
|
|
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#finalize--\">finalize</a>"
|
|
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#getClass--\">getClass</a>"
|
|
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#hashCode--\">hashCode</a>"
|
|
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#notify--\">notify</a>"
|
|
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#notifyAll--\">notifyAll</a>"
|
|
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#toString--\">toString</a>"
|
|
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#wait--\">wait</a>"
|
|
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#wait-long-\">wait</a>"
|
|
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#wait-long-int-\">wait</a>"
|
|
syntax: "public class **CustomRule**</br> implements <xref href=\"com.azure.json.JsonSerializable?alt=com.azure.json.JsonSerializable&text=JsonSerializable\" data-throw-if-not-resolved=\"False\" /><<xref href=\"com.azure.resourcemanager.cdn.models.CustomRule?alt=com.azure.resourcemanager.cdn.models.CustomRule&text=CustomRule\" data-throw-if-not-resolved=\"False\" />>"
|
|
constructors:
|
|
- uid: "com.azure.resourcemanager.cdn.models.CustomRule.CustomRule()"
|
|
fullName: "com.azure.resourcemanager.cdn.models.CustomRule.CustomRule()"
|
|
name: "CustomRule()"
|
|
nameWithType: "CustomRule.CustomRule()"
|
|
summary: "Creates an instance of Custom<wbr>Rule class."
|
|
syntax: "public CustomRule()"
|
|
desc: "Creates an instance of CustomRule class."
|
|
methods:
|
|
- uid: "com.azure.resourcemanager.cdn.models.CustomRule.action()"
|
|
fullName: "com.azure.resourcemanager.cdn.models.CustomRule.action()"
|
|
name: "action()"
|
|
nameWithType: "CustomRule.action()"
|
|
summary: "Get the action property: Describes what action to be applied when rule matches."
|
|
syntax: "public ActionType action()"
|
|
desc: "Get the action property: Describes what action to be applied when rule matches."
|
|
returns:
|
|
description: "the action value."
|
|
type: "<xref href=\"com.azure.resourcemanager.cdn.models.ActionType?alt=com.azure.resourcemanager.cdn.models.ActionType&text=ActionType\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.azure.resourcemanager.cdn.models.CustomRule.enabledState()"
|
|
fullName: "com.azure.resourcemanager.cdn.models.CustomRule.enabledState()"
|
|
name: "enabledState()"
|
|
nameWithType: "CustomRule.enabledState()"
|
|
summary: "Get the enabled<wbr>State property: Describes if the custom rule is in enabled or disabled state."
|
|
syntax: "public CustomRuleEnabledState enabledState()"
|
|
desc: "Get the enabledState property: Describes if the custom rule is in enabled or disabled state. Defaults to Enabled if not specified."
|
|
returns:
|
|
description: "the enabledState value."
|
|
type: "<xref href=\"com.azure.resourcemanager.cdn.models.CustomRuleEnabledState?alt=com.azure.resourcemanager.cdn.models.CustomRuleEnabledState&text=CustomRuleEnabledState\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.azure.resourcemanager.cdn.models.CustomRule.fromJson(com.azure.json.JsonReader)"
|
|
fullName: "com.azure.resourcemanager.cdn.models.CustomRule.fromJson(JsonReader jsonReader)"
|
|
name: "fromJson(JsonReader jsonReader)"
|
|
nameWithType: "CustomRule.fromJson(JsonReader jsonReader)"
|
|
summary: "Reads an instance of Custom<wbr>Rule from the Json<wbr>Reader."
|
|
modifiers:
|
|
- "static"
|
|
parameters:
|
|
- description: "The JsonReader being read."
|
|
name: "jsonReader"
|
|
type: "<xref href=\"com.azure.json.JsonReader?alt=com.azure.json.JsonReader&text=JsonReader\" data-throw-if-not-resolved=\"False\" />"
|
|
syntax: "public static CustomRule fromJson(JsonReader jsonReader)"
|
|
exceptions:
|
|
- description: "If the deserialized JSON object was missing any required properties."
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/io/IOException.html\">IOException</a>"
|
|
desc: "Reads an instance of CustomRule from the JsonReader."
|
|
returns:
|
|
description: "An instance of CustomRule if the JsonReader was pointing to an instance of it, or null if it was pointing\n to JSON null."
|
|
type: "<xref href=\"com.azure.resourcemanager.cdn.models.CustomRule?alt=com.azure.resourcemanager.cdn.models.CustomRule&text=CustomRule\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.azure.resourcemanager.cdn.models.CustomRule.matchConditions()"
|
|
fullName: "com.azure.resourcemanager.cdn.models.CustomRule.matchConditions()"
|
|
name: "matchConditions()"
|
|
nameWithType: "CustomRule.matchConditions()"
|
|
summary: "Get the match<wbr>Conditions property: List of match conditions."
|
|
syntax: "public List<MatchCondition> matchConditions()"
|
|
desc: "Get the matchConditions property: List of match conditions."
|
|
returns:
|
|
description: "the matchConditions value."
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/util/List.html\">List</a><<xref href=\"com.azure.resourcemanager.cdn.models.MatchCondition?alt=com.azure.resourcemanager.cdn.models.MatchCondition&text=MatchCondition\" data-throw-if-not-resolved=\"False\" />>"
|
|
- uid: "com.azure.resourcemanager.cdn.models.CustomRule.name()"
|
|
fullName: "com.azure.resourcemanager.cdn.models.CustomRule.name()"
|
|
name: "name()"
|
|
nameWithType: "CustomRule.name()"
|
|
summary: "Get the name property: Defines the name of the custom rule."
|
|
syntax: "public String name()"
|
|
desc: "Get the name property: Defines the name of the custom rule."
|
|
returns:
|
|
description: "the name value."
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- uid: "com.azure.resourcemanager.cdn.models.CustomRule.priority()"
|
|
fullName: "com.azure.resourcemanager.cdn.models.CustomRule.priority()"
|
|
name: "priority()"
|
|
nameWithType: "CustomRule.priority()"
|
|
summary: "Get the priority property: Defines in what order this rule be evaluated in the overall list of custom rules."
|
|
syntax: "public int priority()"
|
|
desc: "Get the priority property: Defines in what order this rule be evaluated in the overall list of custom rules."
|
|
returns:
|
|
description: "the priority value."
|
|
type: "<xref href=\"int?alt=int&text=int\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.azure.resourcemanager.cdn.models.CustomRule.toJson(com.azure.json.JsonWriter)"
|
|
fullName: "com.azure.resourcemanager.cdn.models.CustomRule.toJson(JsonWriter jsonWriter)"
|
|
name: "toJson(JsonWriter jsonWriter)"
|
|
nameWithType: "CustomRule.toJson(JsonWriter jsonWriter)"
|
|
parameters:
|
|
- name: "jsonWriter"
|
|
type: "<xref href=\"com.azure.json.JsonWriter?alt=com.azure.json.JsonWriter&text=JsonWriter\" data-throw-if-not-resolved=\"False\" />"
|
|
syntax: "public JsonWriter toJson(JsonWriter jsonWriter)"
|
|
exceptions:
|
|
- type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/io/IOException.html\">IOException</a>"
|
|
returns:
|
|
type: "<xref href=\"com.azure.json.JsonWriter?alt=com.azure.json.JsonWriter&text=JsonWriter\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.azure.resourcemanager.cdn.models.CustomRule.validate()"
|
|
fullName: "com.azure.resourcemanager.cdn.models.CustomRule.validate()"
|
|
name: "validate()"
|
|
nameWithType: "CustomRule.validate()"
|
|
summary: "Validates the instance."
|
|
syntax: "public void validate()"
|
|
desc: "Validates the instance."
|
|
- uid: "com.azure.resourcemanager.cdn.models.CustomRule.withAction(com.azure.resourcemanager.cdn.models.ActionType)"
|
|
fullName: "com.azure.resourcemanager.cdn.models.CustomRule.withAction(ActionType action)"
|
|
name: "withAction(ActionType action)"
|
|
nameWithType: "CustomRule.withAction(ActionType action)"
|
|
summary: "Set the action property: Describes what action to be applied when rule matches."
|
|
parameters:
|
|
- description: "the action value to set."
|
|
name: "action"
|
|
type: "<xref href=\"com.azure.resourcemanager.cdn.models.ActionType?alt=com.azure.resourcemanager.cdn.models.ActionType&text=ActionType\" data-throw-if-not-resolved=\"False\" />"
|
|
syntax: "public CustomRule withAction(ActionType action)"
|
|
desc: "Set the action property: Describes what action to be applied when rule matches."
|
|
returns:
|
|
description: "the CustomRule object itself."
|
|
type: "<xref href=\"com.azure.resourcemanager.cdn.models.CustomRule?alt=com.azure.resourcemanager.cdn.models.CustomRule&text=CustomRule\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.azure.resourcemanager.cdn.models.CustomRule.withEnabledState(com.azure.resourcemanager.cdn.models.CustomRuleEnabledState)"
|
|
fullName: "com.azure.resourcemanager.cdn.models.CustomRule.withEnabledState(CustomRuleEnabledState enabledState)"
|
|
name: "withEnabledState(CustomRuleEnabledState enabledState)"
|
|
nameWithType: "CustomRule.withEnabledState(CustomRuleEnabledState enabledState)"
|
|
summary: "Set the enabled<wbr>State property: Describes if the custom rule is in enabled or disabled state."
|
|
parameters:
|
|
- description: "the enabledState value to set."
|
|
name: "enabledState"
|
|
type: "<xref href=\"com.azure.resourcemanager.cdn.models.CustomRuleEnabledState?alt=com.azure.resourcemanager.cdn.models.CustomRuleEnabledState&text=CustomRuleEnabledState\" data-throw-if-not-resolved=\"False\" />"
|
|
syntax: "public CustomRule withEnabledState(CustomRuleEnabledState enabledState)"
|
|
desc: "Set the enabledState property: Describes if the custom rule is in enabled or disabled state. Defaults to Enabled if not specified."
|
|
returns:
|
|
description: "the CustomRule object itself."
|
|
type: "<xref href=\"com.azure.resourcemanager.cdn.models.CustomRule?alt=com.azure.resourcemanager.cdn.models.CustomRule&text=CustomRule\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.azure.resourcemanager.cdn.models.CustomRule.withMatchConditions(java.util.List<com.azure.resourcemanager.cdn.models.MatchCondition>)"
|
|
fullName: "com.azure.resourcemanager.cdn.models.CustomRule.withMatchConditions(List<MatchCondition> matchConditions)"
|
|
name: "withMatchConditions(List<MatchCondition> matchConditions)"
|
|
nameWithType: "CustomRule.withMatchConditions(List<MatchCondition> matchConditions)"
|
|
summary: "Set the match<wbr>Conditions property: List of match conditions."
|
|
parameters:
|
|
- description: "the matchConditions value to set."
|
|
name: "matchConditions"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/util/List.html\">List</a><<xref href=\"com.azure.resourcemanager.cdn.models.MatchCondition?alt=com.azure.resourcemanager.cdn.models.MatchCondition&text=MatchCondition\" data-throw-if-not-resolved=\"False\" />>"
|
|
syntax: "public CustomRule withMatchConditions(List<MatchCondition> matchConditions)"
|
|
desc: "Set the matchConditions property: List of match conditions."
|
|
returns:
|
|
description: "the CustomRule object itself."
|
|
type: "<xref href=\"com.azure.resourcemanager.cdn.models.CustomRule?alt=com.azure.resourcemanager.cdn.models.CustomRule&text=CustomRule\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.azure.resourcemanager.cdn.models.CustomRule.withName(java.lang.String)"
|
|
fullName: "com.azure.resourcemanager.cdn.models.CustomRule.withName(String name)"
|
|
name: "withName(String name)"
|
|
nameWithType: "CustomRule.withName(String name)"
|
|
summary: "Set the name property: Defines the name of the custom rule."
|
|
parameters:
|
|
- description: "the name value to set."
|
|
name: "name"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
syntax: "public CustomRule withName(String name)"
|
|
desc: "Set the name property: Defines the name of the custom rule."
|
|
returns:
|
|
description: "the CustomRule object itself."
|
|
type: "<xref href=\"com.azure.resourcemanager.cdn.models.CustomRule?alt=com.azure.resourcemanager.cdn.models.CustomRule&text=CustomRule\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.azure.resourcemanager.cdn.models.CustomRule.withPriority(int)"
|
|
fullName: "com.azure.resourcemanager.cdn.models.CustomRule.withPriority(int priority)"
|
|
name: "withPriority(int priority)"
|
|
nameWithType: "CustomRule.withPriority(int priority)"
|
|
summary: "Set the priority property: Defines in what order this rule be evaluated in the overall list of custom rules."
|
|
parameters:
|
|
- description: "the priority value to set."
|
|
name: "priority"
|
|
type: "<xref href=\"int?alt=int&text=int\" data-throw-if-not-resolved=\"False\" />"
|
|
syntax: "public CustomRule withPriority(int priority)"
|
|
desc: "Set the priority property: Defines in what order this rule be evaluated in the overall list of custom rules."
|
|
returns:
|
|
description: "the CustomRule object itself."
|
|
type: "<xref href=\"com.azure.resourcemanager.cdn.models.CustomRule?alt=com.azure.resourcemanager.cdn.models.CustomRule&text=CustomRule\" data-throw-if-not-resolved=\"False\" />"
|
|
type: "class"
|
|
desc: "Defines the common attributes for a custom rule that can be included in a waf policy."
|
|
implements:
|
|
- "<xref href=\"com.azure.json.JsonSerializable?alt=com.azure.json.JsonSerializable&text=JsonSerializable\" data-throw-if-not-resolved=\"False\" /><<xref href=\"com.azure.resourcemanager.cdn.models.CustomRule?alt=com.azure.resourcemanager.cdn.models.CustomRule&text=CustomRule\" data-throw-if-not-resolved=\"False\" />>"
|
|
metadata: {}
|
|
package: "com.azure.resourcemanager.cdn.models"
|
|
artifact: com.azure.resourcemanager:azure-resourcemanager-cdn:2.44.0
|