Interface ManagedRuleSetDefinition
public interface ManagedRuleSetDefinition
An immutable client-side representation of ManagedRuleSetDefinition.
-
Method Summary
Modifier and TypeMethodDescriptionid()
Gets the id property: Fully qualified resource Id for the resource.Gets the inner com.azure.resourcemanager.frontdoor.fluent.models.ManagedRuleSetDefinitionInner object.location()
Gets the location property: The geo-location where the resource lives.name()
Gets the name property: The name of the resource.Gets the provisioningState property: Provisioning state of the managed rule set.Gets the ruleGroups property: Rule groups of the managed rule set.Gets the ruleSetId property: Id of the managed rule set.Gets the ruleSetType property: Type of the managed rule set.Gets the ruleSetVersion property: Version of the managed rule set type.tags()
Gets the tags property: Resource tags.type()
Gets the type property: The type of the resource.
-
Method Details
-
id
String id()Gets the id property: Fully qualified resource Id for the resource.- Returns:
- the id value.
-
name
String name()Gets the name property: The name of the resource.- Returns:
- the name value.
-
type
String type()Gets the type property: The type of the resource.- Returns:
- the type value.
-
location
String location()Gets the location property: The geo-location where the resource lives.- Returns:
- the location value.
-
tags
Gets the tags property: Resource tags.- Returns:
- the tags value.
-
provisioningState
String provisioningState()Gets the provisioningState property: Provisioning state of the managed rule set.- Returns:
- the provisioningState value.
-
ruleSetId
String ruleSetId()Gets the ruleSetId property: Id of the managed rule set.- Returns:
- the ruleSetId value.
-
ruleSetType
String ruleSetType()Gets the ruleSetType property: Type of the managed rule set.- Returns:
- the ruleSetType value.
-
ruleSetVersion
String ruleSetVersion()Gets the ruleSetVersion property: Version of the managed rule set type.- Returns:
- the ruleSetVersion value.
-
ruleGroups
List<ManagedRuleGroupDefinition> ruleGroups()Gets the ruleGroups property: Rule groups of the managed rule set.- Returns:
- the ruleGroups value.
-
innerModel
ManagedRuleSetDefinitionInner innerModel()Gets the inner com.azure.resourcemanager.frontdoor.fluent.models.ManagedRuleSetDefinitionInner object.- Returns:
- the inner object.
-