Class DiscoveryConfiguration

java.lang.Object
com.azure.resourcemanager.workloads.models.SapConfiguration
com.azure.resourcemanager.workloads.models.DiscoveryConfiguration

public final class DiscoveryConfiguration extends SapConfiguration
Discovery Details.
  • Constructor Details

    • DiscoveryConfiguration

      public DiscoveryConfiguration()
  • Method Details

    • centralServerVmId

      public String centralServerVmId()
      Get the centralServerVmId property: The virtual machine ID of the Central Server.
      Returns:
      the centralServerVmId value.
    • withCentralServerVmId

      public DiscoveryConfiguration withCentralServerVmId(String centralServerVmId)
      Set the centralServerVmId property: The virtual machine ID of the Central Server.
      Parameters:
      centralServerVmId - the centralServerVmId value to set.
      Returns:
      the DiscoveryConfiguration object itself.
    • appLocation

      public String appLocation()
      Get the appLocation property: The geo-location where the SAP system exists.
      Returns:
      the appLocation value.
    • validate

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