Interface ManagedRuleSetDefinition


public interface ManagedRuleSetDefinition
An immutable client-side representation of ManagedRuleSetDefinition.
  • Method Summary

    Modifier and Type
    Method
    Description
    id()
    Gets the id property: Fully qualified resource Id for the resource.
    Gets the inner com.azure.resourcemanager.frontdoor.fluent.models.ManagedRuleSetDefinitionInner object.
    Gets the location property: The geo-location where the resource lives.
    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.
    Gets the tags property: Resource tags.
    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

      Map<String,String> 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

      Gets the ruleGroups property: Rule groups of the managed rule set.
      Returns:
      the ruleGroups value.
    • innerModel

      Gets the inner com.azure.resourcemanager.frontdoor.fluent.models.ManagedRuleSetDefinitionInner object.
      Returns:
      the inner object.