Class StreamingEntityScaleUnit

java.lang.Object
com.azure.resourcemanager.mediaservices.models.StreamingEntityScaleUnit

public final class StreamingEntityScaleUnit extends Object
scale units definition.
  • Constructor Details

    • StreamingEntityScaleUnit

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

    • scaleUnit

      public Integer scaleUnit()
      Get the scaleUnit property: The scale unit number of the streaming endpoint.
      Returns:
      the scaleUnit value.
    • withScaleUnit

      public StreamingEntityScaleUnit withScaleUnit(Integer scaleUnit)
      Set the scaleUnit property: The scale unit number of the streaming endpoint.
      Parameters:
      scaleUnit - the scaleUnit value to set.
      Returns:
      the StreamingEntityScaleUnit object itself.
    • validate

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