Class BestPracticeInner

java.lang.Object
com.azure.core.management.ProxyResource
com.azure.resourcemanager.automanage.fluent.models.BestPracticeInner

public final class BestPracticeInner extends com.azure.core.management.ProxyResource
Definition of the Automanage best practice.
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    Get the configuration property: configuration dictionary of the configuration profile.
    com.azure.core.management.SystemData
    Get the systemData property: Azure Resource Manager metadata containing createdBy and modifiedBy information.
    void
    Validates the instance.
    withConfiguration(Object configuration)
    Set the configuration property: configuration dictionary of the configuration profile.

    Methods inherited from class com.azure.core.management.ProxyResource

    id, name, type

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • BestPracticeInner

      public BestPracticeInner()
  • Method Details

    • systemData

      public com.azure.core.management.SystemData systemData()
      Get the systemData property: Azure Resource Manager metadata containing createdBy and modifiedBy information.
      Returns:
      the systemData value.
    • configuration

      public Object configuration()
      Get the configuration property: configuration dictionary of the configuration profile.
      Returns:
      the configuration value.
    • withConfiguration

      public BestPracticeInner withConfiguration(Object configuration)
      Set the configuration property: configuration dictionary of the configuration profile.
      Parameters:
      configuration - the configuration value to set.
      Returns:
      the BestPracticeInner object itself.
    • validate

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