Class ArmStreamingEndpointCapacity

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

public final class ArmStreamingEndpointCapacity extends Object
The streaming endpoint sku capacity.
  • Constructor Details

    • ArmStreamingEndpointCapacity

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

    • scaleType

      public String scaleType()
      Get the scaleType property: The scaleType property.
      Returns:
      the scaleType value.
    • defaultProperty

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

      public ArmStreamingEndpointCapacity withDefaultProperty(Integer defaultProperty)
      Set the defaultProperty property: The streaming endpoint default capacity.
      Parameters:
      defaultProperty - the defaultProperty value to set.
      Returns:
      the ArmStreamingEndpointCapacity object itself.
    • minimum

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

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

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

      public ArmStreamingEndpointCapacity withMaximum(Integer maximum)
      Set the maximum property: The streaming endpoint maximum capacity.
      Parameters:
      maximum - the maximum value to set.
      Returns:
      the ArmStreamingEndpointCapacity object itself.
    • validate

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