Class ApplicationServerConfiguration

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

public final class ApplicationServerConfiguration extends Object
Gets or sets the application server configuration.
  • Constructor Details

    • ApplicationServerConfiguration

      public ApplicationServerConfiguration()
  • Method Details

    • subnetId

      public String subnetId()
      Get the subnetId property: The subnet id.
      Returns:
      the subnetId value.
    • withSubnetId

      public ApplicationServerConfiguration withSubnetId(String subnetId)
      Set the subnetId property: The subnet id.
      Parameters:
      subnetId - the subnetId value to set.
      Returns:
      the ApplicationServerConfiguration object itself.
    • virtualMachineConfiguration

      public VirtualMachineConfiguration virtualMachineConfiguration()
      Get the virtualMachineConfiguration property: Gets or sets the virtual machine configuration.
      Returns:
      the virtualMachineConfiguration value.
    • withVirtualMachineConfiguration

      public ApplicationServerConfiguration withVirtualMachineConfiguration(VirtualMachineConfiguration virtualMachineConfiguration)
      Set the virtualMachineConfiguration property: Gets or sets the virtual machine configuration.
      Parameters:
      virtualMachineConfiguration - the virtualMachineConfiguration value to set.
      Returns:
      the ApplicationServerConfiguration object itself.
    • instanceCount

      public long instanceCount()
      Get the instanceCount property: The number of app server instances.
      Returns:
      the instanceCount value.
    • withInstanceCount

      public ApplicationServerConfiguration withInstanceCount(long instanceCount)
      Set the instanceCount property: The number of app server instances.
      Parameters:
      instanceCount - the instanceCount value to set.
      Returns:
      the ApplicationServerConfiguration object itself.
    • validate

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