Class IntegrationServiceEnvironmentSkuCapacity

java.lang.Object
com.azure.resourcemanager.logic.models.IntegrationServiceEnvironmentSkuCapacity

public final class IntegrationServiceEnvironmentSkuCapacity extends Object
The integration service environment sku capacity.
  • Constructor Details

    • IntegrationServiceEnvironmentSkuCapacity

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

    • minimum

      public Integer minimum()
      Get the minimum property: The minimum capacity.
      Returns:
      the minimum value.
    • withMinimum

      public IntegrationServiceEnvironmentSkuCapacity withMinimum(Integer minimum)
      Set the minimum property: The minimum capacity.
      Parameters:
      minimum - the minimum value to set.
      Returns:
      the IntegrationServiceEnvironmentSkuCapacity object itself.
    • maximum

      public Integer maximum()
      Get the maximum property: The maximum capacity.
      Returns:
      the maximum value.
    • withMaximum

      public IntegrationServiceEnvironmentSkuCapacity withMaximum(Integer maximum)
      Set the maximum property: The maximum capacity.
      Parameters:
      maximum - the maximum value to set.
      Returns:
      the IntegrationServiceEnvironmentSkuCapacity object itself.
    • defaultProperty

      public Integer defaultProperty()
      Get the defaultProperty property: The default capacity.
      Returns:
      the defaultProperty value.
    • withDefaultProperty

      public IntegrationServiceEnvironmentSkuCapacity withDefaultProperty(Integer defaultProperty)
      Set the defaultProperty property: The default capacity.
      Parameters:
      defaultProperty - the defaultProperty value to set.
      Returns:
      the IntegrationServiceEnvironmentSkuCapacity object itself.
    • scaleType

      Get the scaleType property: The sku scale type.
      Returns:
      the scaleType value.
    • withScaleType

      Set the scaleType property: The sku scale type.
      Parameters:
      scaleType - the scaleType value to set.
      Returns:
      the IntegrationServiceEnvironmentSkuCapacity object itself.
    • validate

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