Class ArmStreamingEndpointCurrentSku

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

public final class ArmStreamingEndpointCurrentSku extends Object
The streaming endpoint current sku.
  • Constructor Details

    • ArmStreamingEndpointCurrentSku

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

    • name

      public String name()
      Get the name property: The streaming endpoint sku name.
      Returns:
      the name value.
    • capacity

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

      public ArmStreamingEndpointCurrentSku withCapacity(Integer capacity)
      Set the capacity property: The streaming endpoint sku capacity.
      Parameters:
      capacity - the capacity value to set.
      Returns:
      the ArmStreamingEndpointCurrentSku object itself.
    • validate

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