Class IntelligencePackInner

java.lang.Object
com.azure.resourcemanager.loganalytics.fluent.models.IntelligencePackInner

public final class IntelligencePackInner extends Object
Intelligence Pack containing a string name and boolean indicating if it's enabled.
  • Constructor Details

    • IntelligencePackInner

      public IntelligencePackInner()
  • Method Details

    • name

      public String name()
      Get the name property: The name of the intelligence pack.
      Returns:
      the name value.
    • withName

      public IntelligencePackInner withName(String name)
      Set the name property: The name of the intelligence pack.
      Parameters:
      name - the name value to set.
      Returns:
      the IntelligencePackInner object itself.
    • enabled

      public Boolean enabled()
      Get the enabled property: The enabled boolean for the intelligence pack.
      Returns:
      the enabled value.
    • withEnabled

      public IntelligencePackInner withEnabled(Boolean enabled)
      Set the enabled property: The enabled boolean for the intelligence pack.
      Parameters:
      enabled - the enabled value to set.
      Returns:
      the IntelligencePackInner object itself.
    • displayName

      public String displayName()
      Get the displayName property: The display name of the intelligence pack.
      Returns:
      the displayName value.
    • withDisplayName

      public IntelligencePackInner withDisplayName(String displayName)
      Set the displayName property: The display name of the intelligence pack.
      Parameters:
      displayName - the displayName value to set.
      Returns:
      the IntelligencePackInner object itself.
    • validate

      public void validate()
      Validates the instance.
      Throws:
      IllegalArgumentException - thrown if the instance is not valid.