Class ExternalInstallationSoftwareConfiguration

java.lang.Object
com.azure.resourcemanager.workloads.models.SoftwareConfiguration
com.azure.resourcemanager.workloads.models.ExternalInstallationSoftwareConfiguration

public final class ExternalInstallationSoftwareConfiguration extends SoftwareConfiguration
The SAP Software configuration Input when the software is installed externally outside the service.
  • Constructor Details

    • ExternalInstallationSoftwareConfiguration

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

    • centralServerVmId

      public String centralServerVmId()
      Get the centralServerVmId property: The resource ID of the virtual machine containing the central server instance.
      Returns:
      the centralServerVmId value.
    • withCentralServerVmId

      public ExternalInstallationSoftwareConfiguration withCentralServerVmId(String centralServerVmId)
      Set the centralServerVmId property: The resource ID of the virtual machine containing the central server instance.
      Parameters:
      centralServerVmId - the centralServerVmId value to set.
      Returns:
      the ExternalInstallationSoftwareConfiguration object itself.
    • validate

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