Class SapLandscapeMonitorPropertiesGrouping

java.lang.Object
com.azure.resourcemanager.workloads.models.SapLandscapeMonitorPropertiesGrouping

public final class SapLandscapeMonitorPropertiesGrouping extends Object
Gets or sets the SID groupings by landscape and Environment.
  • Constructor Details

    • SapLandscapeMonitorPropertiesGrouping

      public SapLandscapeMonitorPropertiesGrouping()
      Creates an instance of SapLandscapeMonitorPropertiesGrouping class.
  • Method Details

    • landscape

      public List<SapLandscapeMonitorSidMapping> landscape()
      Get the landscape property: Gets or sets the list of landscape to SID mappings.
      Returns:
      the landscape value.
    • withLandscape

      Set the landscape property: Gets or sets the list of landscape to SID mappings.
      Parameters:
      landscape - the landscape value to set.
      Returns:
      the SapLandscapeMonitorPropertiesGrouping object itself.
    • sapApplication

      public List<SapLandscapeMonitorSidMapping> sapApplication()
      Get the sapApplication property: Gets or sets the list of Sap Applications to SID mappings.
      Returns:
      the sapApplication value.
    • withSapApplication

      public SapLandscapeMonitorPropertiesGrouping withSapApplication(List<SapLandscapeMonitorSidMapping> sapApplication)
      Set the sapApplication property: Gets or sets the list of Sap Applications to SID mappings.
      Parameters:
      sapApplication - the sapApplication value to set.
      Returns:
      the SapLandscapeMonitorPropertiesGrouping object itself.
    • validate

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