146 строки
8.2 KiB
YAML
146 строки
8.2 KiB
YAML
### YamlMime:JavaType
|
|
uid: "com.azure.resourcemanager.frontdoor.models.ManagedRuleSetDefinition"
|
|
fullName: "com.azure.resourcemanager.frontdoor.models.ManagedRuleSetDefinition"
|
|
name: "ManagedRuleSetDefinition"
|
|
nameWithType: "ManagedRuleSetDefinition"
|
|
summary: "An immutable client-side representation of Managed<wbr>Rule<wbr>Set<wbr>Definition."
|
|
syntax: "public interface **ManagedRuleSetDefinition**"
|
|
methods:
|
|
- uid: "com.azure.resourcemanager.frontdoor.models.ManagedRuleSetDefinition.id()"
|
|
fullName: "com.azure.resourcemanager.frontdoor.models.ManagedRuleSetDefinition.id()"
|
|
name: "id()"
|
|
nameWithType: "ManagedRuleSetDefinition.id()"
|
|
summary: "Gets the id property: Fully qualified resource Id for the resource."
|
|
modifiers:
|
|
- "abstract"
|
|
syntax: "public abstract String id()"
|
|
desc: "Gets the id property: Fully qualified resource Id for the resource."
|
|
returns:
|
|
description: "the id value."
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- uid: "com.azure.resourcemanager.frontdoor.models.ManagedRuleSetDefinition.innerModel()"
|
|
fullName: "com.azure.resourcemanager.frontdoor.models.ManagedRuleSetDefinition.innerModel()"
|
|
name: "innerModel()"
|
|
nameWithType: "ManagedRuleSetDefinition.innerModel()"
|
|
summary: "Gets the inner com.<wbr>azure.<wbr>resourcemanager.<wbr>frontdoor.<wbr>fluent.<wbr>models.<wbr>Managed<wbr>Rule<wbr>Set<wbr>Definition<wbr>Inner object."
|
|
modifiers:
|
|
- "abstract"
|
|
syntax: "public abstract ManagedRuleSetDefinitionInner innerModel()"
|
|
desc: "Gets the inner com.azure.resourcemanager.frontdoor.fluent.models.ManagedRuleSetDefinitionInner object."
|
|
returns:
|
|
description: "the inner object."
|
|
type: "<xref href=\"com.azure.resourcemanager.frontdoor.fluent.models.ManagedRuleSetDefinitionInner?alt=com.azure.resourcemanager.frontdoor.fluent.models.ManagedRuleSetDefinitionInner&text=ManagedRuleSetDefinitionInner\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.azure.resourcemanager.frontdoor.models.ManagedRuleSetDefinition.location()"
|
|
fullName: "com.azure.resourcemanager.frontdoor.models.ManagedRuleSetDefinition.location()"
|
|
name: "location()"
|
|
nameWithType: "ManagedRuleSetDefinition.location()"
|
|
summary: "Gets the location property: The geo-location where the resource lives."
|
|
modifiers:
|
|
- "abstract"
|
|
syntax: "public abstract String location()"
|
|
desc: "Gets the location property: The geo-location where the resource lives."
|
|
returns:
|
|
description: "the location value."
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- uid: "com.azure.resourcemanager.frontdoor.models.ManagedRuleSetDefinition.name()"
|
|
fullName: "com.azure.resourcemanager.frontdoor.models.ManagedRuleSetDefinition.name()"
|
|
name: "name()"
|
|
nameWithType: "ManagedRuleSetDefinition.name()"
|
|
summary: "Gets the name property: The name of the resource."
|
|
modifiers:
|
|
- "abstract"
|
|
syntax: "public abstract String name()"
|
|
desc: "Gets the name property: The name of the resource."
|
|
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.frontdoor.models.ManagedRuleSetDefinition.provisioningState()"
|
|
fullName: "com.azure.resourcemanager.frontdoor.models.ManagedRuleSetDefinition.provisioningState()"
|
|
name: "provisioningState()"
|
|
nameWithType: "ManagedRuleSetDefinition.provisioningState()"
|
|
summary: "Gets the provisioning<wbr>State property: Provisioning state of the managed rule set."
|
|
modifiers:
|
|
- "abstract"
|
|
syntax: "public abstract String provisioningState()"
|
|
desc: "Gets the provisioningState property: Provisioning state of the managed rule set."
|
|
returns:
|
|
description: "the provisioningState value."
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- uid: "com.azure.resourcemanager.frontdoor.models.ManagedRuleSetDefinition.ruleGroups()"
|
|
fullName: "com.azure.resourcemanager.frontdoor.models.ManagedRuleSetDefinition.ruleGroups()"
|
|
name: "ruleGroups()"
|
|
nameWithType: "ManagedRuleSetDefinition.ruleGroups()"
|
|
summary: "Gets the rule<wbr>Groups property: Rule groups of the managed rule set."
|
|
modifiers:
|
|
- "abstract"
|
|
syntax: "public abstract List<ManagedRuleGroupDefinition> ruleGroups()"
|
|
desc: "Gets the ruleGroups property: Rule groups of the managed rule set."
|
|
returns:
|
|
description: "the ruleGroups value."
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/util/List.html\">List</a><<xref href=\"com.azure.resourcemanager.frontdoor.models.ManagedRuleGroupDefinition?alt=com.azure.resourcemanager.frontdoor.models.ManagedRuleGroupDefinition&text=ManagedRuleGroupDefinition\" data-throw-if-not-resolved=\"False\" />>"
|
|
- uid: "com.azure.resourcemanager.frontdoor.models.ManagedRuleSetDefinition.ruleSetId()"
|
|
fullName: "com.azure.resourcemanager.frontdoor.models.ManagedRuleSetDefinition.ruleSetId()"
|
|
name: "ruleSetId()"
|
|
nameWithType: "ManagedRuleSetDefinition.ruleSetId()"
|
|
summary: "Gets the rule<wbr>Set<wbr>Id property: Id of the managed rule set."
|
|
modifiers:
|
|
- "abstract"
|
|
syntax: "public abstract String ruleSetId()"
|
|
desc: "Gets the ruleSetId property: Id of the managed rule set."
|
|
returns:
|
|
description: "the ruleSetId value."
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- uid: "com.azure.resourcemanager.frontdoor.models.ManagedRuleSetDefinition.ruleSetType()"
|
|
fullName: "com.azure.resourcemanager.frontdoor.models.ManagedRuleSetDefinition.ruleSetType()"
|
|
name: "ruleSetType()"
|
|
nameWithType: "ManagedRuleSetDefinition.ruleSetType()"
|
|
summary: "Gets the rule<wbr>Set<wbr>Type property: Type of the managed rule set."
|
|
modifiers:
|
|
- "abstract"
|
|
syntax: "public abstract String ruleSetType()"
|
|
desc: "Gets the ruleSetType property: Type of the managed rule set."
|
|
returns:
|
|
description: "the ruleSetType value."
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- uid: "com.azure.resourcemanager.frontdoor.models.ManagedRuleSetDefinition.ruleSetVersion()"
|
|
fullName: "com.azure.resourcemanager.frontdoor.models.ManagedRuleSetDefinition.ruleSetVersion()"
|
|
name: "ruleSetVersion()"
|
|
nameWithType: "ManagedRuleSetDefinition.ruleSetVersion()"
|
|
summary: "Gets the rule<wbr>Set<wbr>Version property: Version of the managed rule set type."
|
|
modifiers:
|
|
- "abstract"
|
|
syntax: "public abstract String ruleSetVersion()"
|
|
desc: "Gets the ruleSetVersion property: Version of the managed rule set type."
|
|
returns:
|
|
description: "the ruleSetVersion value."
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- uid: "com.azure.resourcemanager.frontdoor.models.ManagedRuleSetDefinition.tags()"
|
|
fullName: "com.azure.resourcemanager.frontdoor.models.ManagedRuleSetDefinition.tags()"
|
|
name: "tags()"
|
|
nameWithType: "ManagedRuleSetDefinition.tags()"
|
|
summary: "Gets the tags property: Resource tags."
|
|
modifiers:
|
|
- "abstract"
|
|
syntax: "public abstract Map<String,String> tags()"
|
|
desc: "Gets the tags property: Resource tags."
|
|
returns:
|
|
description: "the tags value."
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/util/Map.html\">Map</a><<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>,<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>>"
|
|
- uid: "com.azure.resourcemanager.frontdoor.models.ManagedRuleSetDefinition.type()"
|
|
fullName: "com.azure.resourcemanager.frontdoor.models.ManagedRuleSetDefinition.type()"
|
|
name: "type()"
|
|
nameWithType: "ManagedRuleSetDefinition.type()"
|
|
summary: "Gets the type property: The type of the resource."
|
|
modifiers:
|
|
- "abstract"
|
|
syntax: "public abstract String type()"
|
|
desc: "Gets the type property: The type of the resource."
|
|
returns:
|
|
description: "the type value."
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
type: "interface"
|
|
desc: "An immutable client-side representation of ManagedRuleSetDefinition."
|
|
metadata: {}
|
|
package: "com.azure.resourcemanager.frontdoor.models"
|
|
artifact: com.azure.resourcemanager:azure-resourcemanager-frontdoor:1.0.0
|